Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-12-05 22:11:31 +0300
committerJoas Schilling <coding@schilljs.com>2019-12-05 22:11:31 +0300
commit8426281399715333ecb26c76151e528f5ca130c1 (patch)
tree3b362e77c61b7ae9f62df3bde2479e08c7510337 /lib/Notification/Notifier.php
parentd58a9f102ca2e183cecacb1e5459cb82f85be4e6 (diff)
Fix language in notification
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Notification/Notifier.php')
-rw-r--r--lib/Notification/Notifier.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Notification/Notifier.php b/lib/Notification/Notifier.php
index d5c59eb3e..79075b47b 100644
--- a/lib/Notification/Notifier.php
+++ b/lib/Notification/Notifier.php
@@ -549,7 +549,7 @@ class Notifier implements INotifier {
if ($callIsActive) {
$subject = $l->t('{email} is requesting the password to access {file}');
} else {
- $subject = $l->t('{email} tried to requested the password to access {file}');
+ $subject = $l->t('{email} tried to request the password to access {file}');
}
$notification
@@ -567,7 +567,7 @@ class Notifier implements INotifier {
if ($callIsActive) {
$subject = $l->t('Someone is requesting the password to access {file}');
} else {
- $subject = $l->t('Someone tried to requested the password to access {file}');
+ $subject = $l->t('Someone tried to request the password to access {file}');
}
$notification