diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index 1ab5889bb4..ddc79181d2 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -231,7 +231,7 @@ export default { org_admin: 'Org_Admin', test_manager: 'Test Manager', test_user: 'Test User', - test_viewer: 'Test Viewer', + test_viewer: 'Read-only User', add: 'Add Role', }, report: { diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index cc0f40ebaf..88fe99094f 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -229,7 +229,7 @@ export default { org_admin: '组织管理员', test_manager: '测试经理', test_user: '测试人员', - test_viewer: 'Viewer', + test_viewer: '只读用户', add: '添加角色', }, report: { diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index 71b22b71d7..582bec3b70 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -228,7 +228,7 @@ export default { org_admin: '組織管理員', test_manager: '測試經理', test_user: '測試人員', - test_viewer: 'Viewer', + test_viewer: '只讀用戶', add: '添加角色', }, report: {