diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-02-13 21:28:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-13 21:28:00 +0100 |
commit | 6f1d9eb11880efb900370f1e6857f05dbef5f84a (patch) | |
tree | 906494fac943bd6ae4ecdf1e5460ee590e98afb1 /apps/comments/lib/Notification/Notifier.php | |
parent | b63abdae8c1708693addf1dc3b2f862131e0299d (diff) | |
parent | 524ed97d621ded1aafa0f2f92670765af22ba55f (diff) | |
download | nextcloud-server-6f1d9eb11880efb900370f1e6857f05dbef5f84a.tar.gz nextcloud-server-6f1d9eb11880efb900370f1e6857f05dbef5f84a.zip |
Merge pull request #34178 from nextcloud/replace-user-to-account-or-person
Rename users to account or person
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 94a46bbce78..9501c8b954c 100644 --- a/apps/comments/lib/Notification/Notifier.php +++ b/apps/comments/lib/Notification/Notifier.php @@ -123,7 +123,7 @@ 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 an account that has since been deleted'); } else { $subject = $l->t('{user} mentioned you in a comment on "{file}"'); $subjectParameters['user'] = [ |