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:
authorbinsky <timo@binsky.org>2021-08-17 17:47:19 +0300
committerbinsky <timo@binsky.org>2021-08-17 18:08:45 +0300
commit39a712ca428ada4244c24a569afb4bfba1f91e03 (patch)
tree795561a3e6a15b7615338292e42b8bd9cdb18a88 /controller
parentcb0ae9374f51572a0e4b560b61c258be97dea205 (diff)
fix blocking vault export if a download or decryption failed
Signed-off-by: binsky <timo@binsky.org>
Diffstat (limited to 'controller')
-rw-r--r--controller/translationcontroller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php
index f740e155..221bf6ec 100644
--- a/controller/translationcontroller.php
+++ b/controller/translationcontroller.php
@@ -65,6 +65,7 @@ class TranslationController extends ApiController {
// js/app/controllers/export.js
'export.starting' => $this->trans->t('Starting export'),
'export.decrypt' => $this->trans->t('Decrypting credentials'),
+ 'export.decrypt.error' => $this->trans->t('Failed to decrypt {{credential}}'),
'done' => $this->trans->t('Done'),
// js/app/controllers/import.js