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.
This commit is contained in:
goodatdrowning 2020-06-03 22:08:33 +01:00
parent b0c839c01e
commit c8787909c5

View file

@ -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.'),