summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2026-02-06 15:23:17 +0000
committerGreg Roach <greg@subaqua.co.uk>2026-02-06 18:04:16 +0000
commite468574bd999c26fe99e1853eafc731f054511c9 (patch)
tree84787f5f84fb60194ae4ecb5f7684a47e5bf07fa /resources
parent823da595e59c27ac89729b3640941a014a634b8b (diff)
downloadwebtrees-e468574bd999c26fe99e1853eafc731f054511c9.tar.gz
webtrees-e468574bd999c26fe99e1853eafc731f054511c9.tar.bz2
webtrees-e468574bd999c26fe99e1853eafc731f054511c9.zip
I18N comments don't work with nested expressions
Diffstat (limited to 'resources')
-rw-r--r--resources/views/emails/message-user-text.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/emails/message-user-text.phtml b/resources/views/emails/message-user-text.phtml
index d59313da70..5bfab320b4 100644
--- a/resources/views/emails/message-user-text.phtml
+++ b/resources/views/emails/message-user-text.phtml
@@ -15,7 +15,7 @@ use Fisharebest\Webtrees\I18N;
?>
<?= I18N::translate('Hello %s…', $recipient->realName()) ?>
-<?= /* I18N: %s is a person's name */ I18N::translate('%s sent you the following message.', I18N::translate('%1$s (%2$s)', $sender->realName(), $sender->email())) ?>
+<?= I18N::translate('%s sent you the following message.', I18N::translate('%1$s (%2$s)', $sender->realName(), $sender->email())) ?>
------------------------------------------------------------
<?= $message ?>