From 627a325ea5b936fd2b4f480812f0e5673c3798e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 4 May 2023 09:17:06 +0200 Subject: [PATCH] Fix wcf.user.notification.comment.like.message see https://www.woltlab.com/community/thread/299735-language-wcf-user-notification-comment-like-message/ --- wcfsetup/install/lang/en.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index a829b0642c..f50a747efe 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -5366,7 +5366,7 @@ your notifications on {PAGE_TITLE|phras {@$authorList} commented on your wall:

]]> - {$author} reacted to your comment on {if $owner === null}your wall{else}{$owner}’s{/if} ({@$__wcf->getReactionHandler()->renderInlineList($reactions)}).]]> + {$author} reacted to your comment on {if $owner === null}your wall{else}{$owner}’s wall{/if} ({@$__wcf->getReactionHandler()->renderInlineList($reactions)}).]]> {$owner}’s wall{/if} ({@$__wcf->getReactionHandler()->renderInlineList($reactions)}).]]> -- 2.20.1