diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php index 30138949..1bf3e06c 100644 --- a/controller/translationcontroller.php +++ b/controller/translationcontroller.php @@ -313,6 +313,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}}'), 'new.vault.name' => $this->trans->t('Please give your new vault a name.'), 'new.vault.pass' => $this->trans->t('Vault password'), diff --git a/js/templates.js b/js/templates.js index 7d531fa5..8ee4c99c 100644 --- a/js/templates.js +++ b/js/templates.js @@ -119,5 +119,5 @@ angular.module('views/show_vault.html', []).run(['$templateCache', function($tem angular.module('views/vaults.html', []).run(['$templateCache', function($templateCache) { 'use strict'; $templateCache.put('views/vaults.html', - '