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:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2020-10-26 16:11:03 +0300
committerGitHub <noreply@github.com>2020-10-26 16:11:03 +0300
commit7d53d4dd4bea1531295f99536d6665158b21e4a7 (patch)
treeaa36eeebdc104b6d9a0fcdec5a912c5545007d0b /controller
parentb8f8ca6580406faa6e0bc695b6510be8ad417d29 (diff)
l10n: Removal of backslash and spaces
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 b29873c5..f740e155 100644
--- a/controller/translationcontroller.php
+++ b/controller/translationcontroller.php
@@ -269,7 +269,7 @@ class TranslationController extends ApiController {
'enable.link.sharing' => $this->trans->t('Enable link sharing'),
'share.until.date' => $this->trans->t('Share until date'),
'expire.views' => $this->trans->t('Expire after views'),
- 'click.share' => $this->trans->t('Click \"Share\" first'),
+ 'click.share' => $this->trans->t('Click "Share" first'),
'show.files' => $this->trans->t('Show files'),
@@ -375,7 +375,7 @@ class TranslationController extends ApiController {
'new.vault.name' => $this->trans->t('Please give your new vault a name.'),
'new.vault.pass' => $this->trans->t('Vault password'),
'new.vault.passr' => $this->trans->t('Repeat vault password'),
- 'new.vault.sharing_key_notice' => $this->trans->t('Your sharing keys will have a strength of 1024 bit, which you can change in \"Settings\" later .'),
+ 'new.vault.sharing_key_notice' => $this->trans->t('Your sharing keys will have a strength of 1024 bit, which you can change in "Settings" later.'),
'new.vault.create' => $this->trans->t('Create vault'),
'go.back.vaults' => $this->trans->t('Go back to vaults'),
'input.vault.password' => $this->trans->t('Please input the password for'),