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:
authorMarcos Zuriaga <wolfi@wolfi.es>2021-08-22 14:23:59 +0300
committerMarcos Zuriaga <wolfi@wolfi.es>2021-08-22 14:23:59 +0300
commit5ab2f4ddb1138815e2706e2350e85aee1714664e (patch)
tree2891698115860f7779e0eb7ae6daf54e7a36a9db /controller
parentf5a9cb29868f6649f48198c24366d4e79bc9e807 (diff)
parent4c5fda70dcafa8015985df603c589237cc7467c4 (diff)
Merge branch 'binsky08-fix-passmanjson-import' into next
Diffstat (limited to 'controller')
-rw-r--r--controller/translationcontroller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php
index f740e155..95770629 100644
--- a/controller/translationcontroller.php
+++ b/controller/translationcontroller.php
@@ -86,7 +86,7 @@ class TranslationController extends ApiController {
'first.five.lines' => $this->trans->t('The first 5 lines of the CSV are shown.'),
'assign.column' => $this->trans->t('Assign the proper fields to each column.'),
'example.credential' => $this->trans->t('Example of imported credential'),
- 'missing.importer' => $this->trans->t('Missing an importer? Try it with the generic CSV importer.'),
+ 'missing.importer' => $this->trans->t('Missing an importer? Click here to try it with the generic CSV importer.'),
'missing.importer.back' => $this->trans->t('Go back to importers.'),