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-01-29 15:59:24 +0300
committerbrantje <brantje@gmail.com>2017-01-29 17:00:39 +0300
commit39bd0d8b205219db71e5b924854407734cc824db (patch)
tree1de1f55cbb690293075806c425236d6849866d3a /controller
parente0a6ced85d0de2495c81cdad107c0018a4f4a0d4 (diff)
Fix OTP not working
Fix [Object object] for file fields. Add a copy icon to share link Signed-off-by: brantje <brantje@gmail.com>
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 7fdb59c5..75515b6f 100644
--- a/controller/translationcontroller.php
+++ b/controller/translationcontroller.php
@@ -60,7 +60,7 @@ class TranslationController extends ApiController {
'error.loading.file.perm' => $this->trans->t('Error downloading file, you probably don\'t have enough permissions'),
// js/app/controllers/edit_credential.js
-
+ 'invalid.qr' => $this->trans->t('Invalid QR code'),
// js/app/controllers/export.js
'export.starting' => $this->trans->t('Starting export'),