mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-09 13:44:40 +08:00
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:
commit
5203c48dba
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'),
|
'expired.share' => $this->trans->t('Awwhh… credential not found. Maybe it expired'),
|
||||||
|
|
||||||
//compromised credentials
|
//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.list' => $this->trans->t('Compromised!'),
|
||||||
'compromised.warning' => $this->trans->t('This password is compromised. You can only remove this warning by changing the password.'),
|
'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