diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index d135eba58b..9d07d5c683 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -4450,7 +4450,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr bind_unready: 'Unbound', bind_title: 'Bind MFA Multi-factor Authentication', enable_switch_tips: 'The administrator has set all users to enable MFA authentication', - reset_key_tips: 'Reset FMA', + reset_key_tips: 'Reset MFA', step_1: 'Install Application', step_2: 'Bind MFA Authenticator', unbind_confirm: 'Are you sure to unbind MFA multi-factor authentication?', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 66e7a79a5c..01f1f9b700 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -4324,7 +4324,7 @@ export default { bind_unready: '未綁定', bind_title: '綁定 MFA 多因子認證', enable_switch_tips: '管理員已設置所有用戶開啟 MFA 認證', - reset_key_tips: '重置 FMA', + reset_key_tips: '重置 MFA', step_1: '安裝應用', step_2: '綁定 MFA 驗證器', unbind_confirm: '確定解除 MFA 多因子認證綁定嗎?', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index b56ad8b528..69bdf0db6d 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -4329,7 +4329,7 @@ export default { bind_unready: '未绑定', bind_title: '绑定 MFA 多因子认证', enable_switch_tips: '管理员已设置所有用户开启 MFA 认证', - reset_key_tips: '重置 FMA', + reset_key_tips: '重置 MFA', step_1: '安装应用', step_2: '绑定 MFA 验证器', unbind_confirm: '确定解除 MFA 多因子认证绑定吗?',