perf: 许可证版本文案拼写错误

This commit is contained in:
fit2cloud-chenyw 2023-11-01 14:52:00 +08:00
parent b4d0596949
commit 57e4e7a4af
2 changed files with 3 additions and 3 deletions

View File

@ -1432,7 +1432,7 @@ export default {
version_num: '版本号',
standard: '社区版',
enterprise: '企业版',
Embeded: '嵌入式版',
Embedded: '嵌入式版',
support: '获取技术支持',
update_success: '更新成功',
serial_no: '序列号',

View File

@ -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')
}}
</div>