mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-26 16:33:03 +08:00
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:
parent
b0c839c01e
commit
c8787909c5
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…
Reference in a new issue