Merge pull request #8439 from tobiasd/20200322-notifications

a l10n call too much
This commit is contained in:
Michael Vogel 2020-03-22 10:12:12 +01:00 committed by GitHub
commit 5d045ccbc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,7 +176,7 @@ function notification($params)
if ($params['activity']['origin_comment']) {
$message = $l10n->t('%1$s replied to you on %2$s\'s %3$s %4$s');
} elseif ($params['activity']['explicit_tagged']) {
$message = $l10n->t('$l10n->t(%1$s tagged you on %2$s\'s %3$s %4$s');
$message = $l10n->t('%1$s tagged you on %2$s\'s %3$s %4$s');
} else {
$message = $l10n->t('%1$s commented on %2$s\'s %3$s %4$s');
}