diff --git a/frontend/src/components/system-upgrade/index.vue b/frontend/src/components/system-upgrade/index.vue
index 279c0679a..b582bea59 100644
--- a/frontend/src/components/system-upgrade/index.vue
+++ b/frontend/src/components/system-upgrade/index.vue
@@ -15,12 +15,12 @@
- {{ isProductPro ? $t('license.pro') : $t('license.community') }} :
+ {{ isProductPro ? $t('license.pro') : $t('license.community') }}
{{ version }}
-
+
- ({{ $t('setting.hasNewVersion') }})
+ ({{ $t('setting.hasNewVersion') }})
- ({{ $t('setting.upgradeCheck') }})
+ ({{ $t('setting.upgradeCheck') }})
{{ $t('setting.upgrading') }}
diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts
index f7aefcc56..7b9d94957 100644
--- a/frontend/src/lang/modules/en.ts
+++ b/frontend/src/lang/modules/en.ts
@@ -1467,8 +1467,8 @@ const message = {
confirmMessage: 'The page will be refreshed to update the advanced menu list. Continue?',
},
license: {
- community: 'Community Edition',
- pro: 'Professional Edition',
+ community: 'Community Edition: ',
+ pro: 'Professional Edition: ',
trial: 'Trial Edition',
office: 'Official Edition',
trialInfo: 'Version',
diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts
index 47a2dc8e7..2abeb148c 100644
--- a/frontend/src/lang/modules/tw.ts
+++ b/frontend/src/lang/modules/tw.ts
@@ -1367,8 +1367,8 @@ const message = {
confirmMessage: '即將刷新頁面更新高級功能菜單列表,是否繼續?',
},
license: {
- community: '社區版',
- pro: '專業版',
+ community: '社區版:',
+ pro: '專業版:',
trial: '試用版',
office: '正式版',
trialInfo: '版本',
diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts
index 5ed308f45..d57fd5ab8 100644
--- a/frontend/src/lang/modules/zh.ts
+++ b/frontend/src/lang/modules/zh.ts
@@ -1368,8 +1368,8 @@ const message = {
confirmMessage: '即将刷新页面更新高级功能菜单列表,是否继续?',
},
license: {
- community: '社区版',
- pro: '专业版',
+ community: '社区版:',
+ pro: '专业版:',
trial: '试用版',
office: '正式版',
trialInfo: '版本',
diff --git a/frontend/src/layout/components/Sidebar/components/Logo.vue b/frontend/src/layout/components/Sidebar/components/Logo.vue
index e6d2fc27e..bafb9906e 100644
--- a/frontend/src/layout/components/Sidebar/components/Logo.vue
+++ b/frontend/src/layout/components/Sidebar/components/Logo.vue
@@ -1,15 +1,20 @@
-
+