mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-26 08:24:00 +08:00
Fixed grammar.
Reported at Transifex. Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
This commit is contained in:
parent
2185da07e4
commit
4c8a7028c2
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue