mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-01 16:26:01 +08:00
Merge branch 'goodatdrowning-Credential-always-reports-as-COMPROMISE'
This commit is contained in:
commit
8b554d8387
1 changed files with 1 additions and 1 deletions
|
|
@ -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.'),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue