diff --git a/core/templates/altmail.php b/core/templates/altmail.php index c1d56c4b1a907cbf4101d4c458efc0315a726a4c..37dc8eee94266bd99c178161484b7056a9c525d8 100644 --- a/core/templates/altmail.php +++ b/core/templates/altmail.php @@ -1,5 +1,5 @@ <?php -print_unescaped($l->t("Hey there,\n\njust letting you know that %s shared »%s« with you.\nView it: %s\n\nCheers!", array($_['user_displayname'], $_['filename'], $_['link']))); +print_unescaped($l->t("Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!", array($_['user_displayname'], $_['filename'], $_['link']))); ?> --