mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
[Legacy] Update Two Factor Labels
This commit is contained in:
parent
f96cb90da8
commit
81cae9169f
2 changed files with 3 additions and 1 deletions
|
@ -2172,6 +2172,7 @@ $app_strings = array(
|
||||||
'LBL_DUPLICATE_BUTTON_KEY' => 'u',
|
'LBL_DUPLICATE_BUTTON_KEY' => 'u',
|
||||||
'LBL_DUPLICATE_BUTTON_LABEL' => 'Duplicate',
|
'LBL_DUPLICATE_BUTTON_LABEL' => 'Duplicate',
|
||||||
'LBL_DUPLICATE_BUTTON_TITLE' => 'Duplicate',
|
'LBL_DUPLICATE_BUTTON_TITLE' => 'Duplicate',
|
||||||
|
'LBL_DISABLE_USER_2FA' => 'Disable Users 2FA',
|
||||||
'LBL_DELETE_BUTTON_KEY' => 'd',
|
'LBL_DELETE_BUTTON_KEY' => 'd',
|
||||||
'LBL_DELETE_BUTTON_LABEL' => 'Delete',
|
'LBL_DELETE_BUTTON_LABEL' => 'Delete',
|
||||||
'LBL_DELETE_BUTTON_TITLE' => 'Delete',
|
'LBL_DELETE_BUTTON_TITLE' => 'Delete',
|
||||||
|
@ -2320,7 +2321,7 @@ $app_strings = array(
|
||||||
'LBL_DISABLE' => 'Disable',
|
'LBL_DISABLE' => 'Disable',
|
||||||
'LBL_CANCEL' => 'Cancel',
|
'LBL_CANCEL' => 'Cancel',
|
||||||
'LBL_GENERATED' => 'Generated',
|
'LBL_GENERATED' => 'Generated',
|
||||||
'LBL_REGENERATE_BACKUP_CODES' => 'Regenerate Backup Codes'
|
'LBL_REGENERATE_CODES' => 'Regenerate',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -704,6 +704,7 @@ $mod_strings = array(
|
||||||
|
|
||||||
// 2FA
|
// 2FA
|
||||||
'LBL_FACTOR_AUTH' => 'Two Factor Authentication',
|
'LBL_FACTOR_AUTH' => 'Two Factor Authentication',
|
||||||
|
'LBL_FACTOR_AUTH_DISABLE' => 'Two Factor Authentication was Disabled for this User',
|
||||||
'LBL_DISABLED' => 'Disabled',
|
'LBL_DISABLED' => 'Disabled',
|
||||||
'LBL_ENABLED' => 'Enabled',
|
'LBL_ENABLED' => 'Enabled',
|
||||||
'LBL_ENABLE_2FA' => 'Enable 2FA',
|
'LBL_ENABLE_2FA' => 'Enable 2FA',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue