mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-09 13:44:40 +08:00
l10m: Remove spaces
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
bc5e04970b
commit
9332f0a03a
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 ( %s / 2)','%step'),
|
||||
'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…
Add table
Reference in a new issue