mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
l10n: Correct spelling
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
0fc8b55bf1
commit
2881e4beb3
1 changed files with 2 additions and 2 deletions
|
|
@ -145,9 +145,9 @@ class Notifier implements INotifier {
|
|||
];
|
||||
|
||||
if ($isDeletedActor) {
|
||||
$subject = $l->t('You were mentioned on “{file}”, in a comment by a user that has since been deleted');
|
||||
$subject = $l->t('You were mentioned on "{file}", in a comment by a user that has since been deleted');
|
||||
} else {
|
||||
$subject = $l->t('{user} mentioned you in a comment on “{file}”');
|
||||
$subject = $l->t('{user} mentioned you in a comment on "{file}"');
|
||||
$subjectParameters['user'] = [
|
||||
'type' => 'user',
|
||||
'id' => $comment->getActorId(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue