summaryrefslogtreecommitdiffstats
path: root/apps/comments/lib
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-12-15 17:20:03 +0100
committerGitHub <noreply@github.com>2021-12-15 17:20:03 +0100
commit2881e4beb3b85386f72025ec4caaad26e5a83464 (patch)
tree9953c68f27be3b0eb0958a3adebbed1351871c01 /apps/comments/lib
parent0fc8b55bf1861336e263252e50b8b0c82e4dccbd (diff)
downloadnextcloud-server-2881e4beb3b85386f72025ec4caaad26e5a83464.tar.gz
nextcloud-server-2881e4beb3b85386f72025ec4caaad26e5a83464.zip
l10n: Correct spelling
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/comments/lib')
-rw-r--r--apps/comments/lib/Notification/Notifier.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/lib/Notification/Notifier.php b/apps/comments/lib/Notification/Notifier.php
index fa0924f313e..745cb513978 100644
--- a/apps/comments/lib/Notification/Notifier.php
+++ b/apps/comments/lib/Notification/Notifier.php
@@ -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(),