From c8787909c5b60642ee8211ca688067c9ab71f874 Mon Sep 17 00:00:00 2001 From: goodatdrowning <62793823+goodatdrowning@users.noreply.github.com> Date: Wed, 3 Jun 2020 22:08:33 +0100 Subject: [PATCH] Update translationcontroller.php As mentioned in https://github.com/nextcloud/passman/issues/599#event-2397570661 Changed text to make the purpose of the button clearer. --- controller/translationcontroller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php index 16aa7a0d..d80cc114 100644 --- a/controller/translationcontroller.php +++ b/controller/translationcontroller.php @@ -425,7 +425,7 @@ class TranslationController extends ApiController { 'expired.share' => $this->trans->t('Awwhh… credential not found. Maybe it expired'), //compromised credentials - 'compromised.label' => $this->trans->t('Compromise!'), + 'compromised.label' => $this->trans->t('Mark as Compromised'), 'compromised.warning.list' => $this->trans->t('Compromised!'), 'compromised.warning' => $this->trans->t('This password is compromised. You can only remove this warning by changing the password.'),