mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-27 08:53:12 +08:00
Fixes #238 - @brantje own solution
This commit is contained in:
parent
8497fb59f9
commit
87f361ca7c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class TranslationController extends ApiController {
|
|||
public function getLanguageStrings() {
|
||||
$translations = array(
|
||||
// js/app/controllers/bookmarklet.js
|
||||
'generating.sharing.keys' => $this->trans->t('Generating sharing keys ( %step / 2)'),
|
||||
'generating.sharing.keys' => $this->trans->t('Generating sharing keys ( %s / 2)','%step'),
|
||||
'invalid.vault.key' => $this->trans->t('Incorrect vault password!'),
|
||||
'password.do.not.match' => $this->trans->t('Passwords do not match'),
|
||||
'general' => $this->trans->t('General'),
|
||||
|
|
Loading…
Reference in a new issue