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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2016-12-29 06:24:09 +0300
committerbrantje <brantje@gmail.com>2016-12-29 14:37:46 +0300
commitc067344e6a6f2512151aa789c22db0130d289270 (patch)
tree66e5b407181b49e19c321fab20ba4fbd3888d511 /controller
parent46f51f14d80971f5713c8b84722bb66583dc9fbd (diff)
Update translationcontroller.php
Fixed typo
Diffstat (limited to 'controller')
-rw-r--r--controller/translationcontroller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php
index f5fabbaa..dd254d55 100644
--- a/controller/translationcontroller.php
+++ b/controller/translationcontroller.php
@@ -318,7 +318,7 @@ class TranslationController extends ApiController {
'last.access' => $this->trans->t('Last accessed'),
'never' => $this->trans->t('Never'),
'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.pass' => $this->trans->t('Vault password'),
@@ -350,4 +350,4 @@ class TranslationController extends ApiController {
);
return new JSONResponse($translations);
}
-} \ No newline at end of file
+}