diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 94e6e7ca47..793f7cd533 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -1432,7 +1432,7 @@ export default { version_num: '版本号', standard: '社区版', enterprise: '企业版', - Embeded: '嵌入式版', + Embedded: '嵌入式版', support: '获取技术支持', update_success: '更新成功', serial_no: '序列号', diff --git a/core/core-frontend/src/views/about/index.vue b/core/core-frontend/src/views/about/index.vue index 9c8912403b..5f1f65041c 100644 --- a/core/core-frontend/src/views/about/index.vue +++ b/core/core-frontend/src/views/about/index.vue @@ -153,8 +153,8 @@ const update = (licKey: string) => { {{ !license?.edition ? $t('about.standard') - : license.edition === 'Embeded' - ? $t('about.Embeded') + : license.edition === 'Embedded' + ? $t('about.Embedded') : $t('about.enterprise') }}