[Legacy] Update Two Factor Labels

This commit is contained in:
Jack Anderson 2024-11-22 13:14:57 +00:00
parent f96cb90da8
commit 81cae9169f
2 changed files with 3 additions and 1 deletions

View file

@ -2172,6 +2172,7 @@ $app_strings = array(
'LBL_DUPLICATE_BUTTON_KEY' => 'u',
'LBL_DUPLICATE_BUTTON_LABEL' => 'Duplicate',
'LBL_DUPLICATE_BUTTON_TITLE' => 'Duplicate',
'LBL_DISABLE_USER_2FA' => 'Disable Users 2FA',
'LBL_DELETE_BUTTON_KEY' => 'd',
'LBL_DELETE_BUTTON_LABEL' => 'Delete',
'LBL_DELETE_BUTTON_TITLE' => 'Delete',
@ -2320,7 +2321,7 @@ $app_strings = array(
'LBL_DISABLE' => 'Disable',
'LBL_CANCEL' => 'Cancel',
'LBL_GENERATED' => 'Generated',
'LBL_REGENERATE_BACKUP_CODES' => 'Regenerate Backup Codes'
'LBL_REGENERATE_CODES' => 'Regenerate',
);

View file

@ -704,6 +704,7 @@ $mod_strings = array(
// 2FA
'LBL_FACTOR_AUTH' => 'Two Factor Authentication',
'LBL_FACTOR_AUTH_DISABLE' => 'Two Factor Authentication was Disabled for this User',
'LBL_DISABLED' => 'Disabled',
'LBL_ENABLED' => 'Enabled',
'LBL_ENABLE_2FA' => 'Enable 2FA',