Skip to content

Commit

Permalink
feat(stage/published): 修改版本发布文本
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlmac committed Nov 5, 2024
1 parent 6df398e commit e969e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dashboard-front/src/language/lang.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,7 @@ const lang: ILANG = {
'执行中': ['Doing'],
'网关启用': ['Gateway Enable'],
'网关停用': ['Gateway Disable'],
'版本发布中': ['Version Publish'],
'版本发布': ['Version Publish'],
'插件绑定': ['Plugin Bind'],
'插件更新': ['Plugin Update'],
'插件解绑': ['Plugin Unbind'],
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard-front/src/views/stage/published/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const dateKey = ref('dateKey');
const publishSourceEnum = Object.freeze({
gateway_enable: '网关启用',
gateway_disable: '网关停用',
version_publish: '版本发布中',
version_publish: '版本发布',
plugin_bind: '插件绑定',
plugin_update: '插件更新',
plugin_unbind: '插件解绑',
Expand Down

0 comments on commit e969e00

Please sign in to comment.