mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-27 00:43:02 +08:00
Update translationcontroller.php
Fixed typo
This commit is contained in:
parent
46f51f14d8
commit
c067344e6a
1 changed files with 2 additions and 2 deletions
|
@ -318,7 +318,7 @@ class TranslationController extends ApiController {
|
||||||
'last.access' => $this->trans->t('Last accessed'),
|
'last.access' => $this->trans->t('Last accessed'),
|
||||||
'never' => $this->trans->t('Never'),
|
'never' => $this->trans->t('Never'),
|
||||||
'no.vaults' => $this->trans->t('No vaults found, why not create one?'),
|
'no.vaults' => $this->trans->t('No vaults found, why not create one?'),
|
||||||
'min.vault.key.strength' => $this->trans->t('Password strength must be atleast: {{strength}}'),
|
'min.vault.key.strength' => $this->trans->t('Password strength must be at least: {{strength}}'),
|
||||||
|
|
||||||
'new.vault.name' => $this->trans->t('Please give your new vault a name.'),
|
'new.vault.name' => $this->trans->t('Please give your new vault a name.'),
|
||||||
'new.vault.pass' => $this->trans->t('Vault password'),
|
'new.vault.pass' => $this->trans->t('Vault password'),
|
||||||
|
|
Loading…
Reference in a new issue