From 4c8a7028c25132a3261bcc7484404adcdda63331 Mon Sep 17 00:00:00 2001 From: rakekniven Date: Sat, 22 Jun 2019 18:48:20 +0200 Subject: [PATCH] Fixed grammar. Reported at Transifex. Signed-off-by: Mark Ziegler --- controller/translationcontroller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php index 19794472..16aa7a0d 100644 --- a/controller/translationcontroller.php +++ b/controller/translationcontroller.php @@ -427,7 +427,7 @@ class TranslationController extends ApiController { //compromised credentials 'compromised.label' => $this->trans->t('Compromise!'), 'compromised.warning.list' => $this->trans->t('Compromised!'), - 'compromised.warning' => $this->trans->t('This password is compromised. You can only remove this warning with changing the password.'), + 'compromised.warning' => $this->trans->t('This password is compromised. You can only remove this warning by changing the password.'), //searchboxexpanderservice 'search.settings.input.label' => $this->trans->t('Label'),