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:
authorfnuesse <felix.nuesse@t-online.de>2019-01-08 23:40:23 +0300
committerfnuesse <felix.nuesse@t-online.de>2019-01-08 23:40:23 +0300
commit2a1c5b2777c3141fda6679e2e612ae028f947f74 (patch)
treecf41067c7edc5e884f94ad9383b91608abdb7626 /controller
parentdeee11f454548d22d11fc90f0eab09d52bb1f7a3 (diff)
Added Button to compromise to edit_credential.js
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
Diffstat (limited to 'controller')
-rw-r--r--controller/translationcontroller.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php
index 2e293b33..a0c5bc88 100644
--- a/controller/translationcontroller.php
+++ b/controller/translationcontroller.php
@@ -420,6 +420,13 @@ class TranslationController extends ApiController {
'share.page.link_loading' => $this->trans->t('Loading…'),
'expired.share' => $this->trans->t('Awwhh… credential not found. Maybe it expired'),
+
+ //compromised credentials
+ 'compromised.label' => $this->trans->t('Compromise!'),
+ 'compromised.warning.list' => $this->trans->t('Compromised!'),
+ 'compromised.warning' => $this->trans->t('This password is compromised. You can only remove this warning with changing the password.'),
+
+
);
return new JSONResponse($translations);
}