diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-11-24 12:10:04 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-11-27 08:50:44 +0100 |
commit | 4af12dcab178efe395e885a7f09ee87619800bfd (patch) | |
tree | 6e9f20246c66661bfc30eef00e61d1bc602319bd /apps/comments/lib/Notification/Notifier.php | |
parent | 011e05574f0abdc00b36e1be9712762c3a176a70 (diff) | |
download | nextcloud-server-4af12dcab178efe395e885a7f09ee87619800bfd.tar.gz nextcloud-server-4af12dcab178efe395e885a7f09ee87619800bfd.zip |
Fix unit tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/comments/lib/Notification/Notifier.php')
-rw-r--r-- | apps/comments/lib/Notification/Notifier.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/lib/Notification/Notifier.php b/apps/comments/lib/Notification/Notifier.php index 2b1129f04b3..ead68840a4f 100644 --- a/apps/comments/lib/Notification/Notifier.php +++ b/apps/comments/lib/Notification/Notifier.php @@ -109,7 +109,7 @@ class Notifier implements INotifier { [$node->getName()] )) ->setRichSubject( - $l->t('You were mentioned in “{file}”, in a comment by a user that has since been deleted'), + $l->t('You were mentioned on “{file}”, in a comment by a user that has since been deleted'), [ 'file' => [ 'type' => 'file', |