Merge branch 'Credential-always-reports-as-COMPROMISE' of https://github.com/goodatdrowning/passman into goodatdrowning-Credential-always-reports-as-COMPROMISE

This commit is contained in:
WolFi 2020-09-20 23:37:35 +02:00
commit 5203c48dba
No known key found for this signature in database
GPG key ID: 7D15585354D072FF

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