perf: 许可证版本文案拼写错误
This commit is contained in:
parent
b4d0596949
commit
57e4e7a4af
@ -1432,7 +1432,7 @@ export default {
|
||||
version_num: '版本号',
|
||||
standard: '社区版',
|
||||
enterprise: '企业版',
|
||||
Embeded: '嵌入式版',
|
||||
Embedded: '嵌入式版',
|
||||
support: '获取技术支持',
|
||||
update_success: '更新成功',
|
||||
serial_no: '序列号',
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user