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:
authorbrantje <brantje@gmail.com>2017-04-17 13:35:18 +0300
committerbrantje <brantje@gmail.com>2017-05-06 14:32:18 +0300
commit3ccb84a6002e2c903bebd34d2958ba2e5c7477d6 (patch)
tree77c47a5d85594421de4284a3c71c4a11edb849fd /controller/translationcontroller.php
parent43344492a0732736da6996522b0f717b7f599609 (diff)
Merge message parts. Fixes #287
Diffstat (limited to 'controller/translationcontroller.php')
-rw-r--r--controller/translationcontroller.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php
index ecd862de..fdca0270 100644
--- a/controller/translationcontroller.php
+++ b/controller/translationcontroller.php
@@ -334,8 +334,7 @@ class TranslationController extends ApiController {
'destroy' => $this->trans->t('Destroy'),
'use.regex' => $this->trans->t('Use regex'),
'sharereq.title' => $this->trans->t('You have incoming share requests.'),
- 'sharereq.line1' => $this->trans->t('If you want to put the credential in a other vault,'),
- 'sharereq.line2' => $this->trans->t('logout of this vault and login to the vault you want the shared credential in.'),
+ 'sharereq.line1' => $this->trans->t('If you want to put the credential in a other vault, logout of this vault and login to the vault you want the shared credential in.'),
'permissions' => $this->trans->t('Permissions'),
'received.from' => $this->trans->t('Received from'),
'date' => $this->trans->t('Date'),