Skip to content

Commit

Permalink
fix: misdescription
Browse files Browse the repository at this point in the history
  • Loading branch information
RainBondsongyg committed Sep 8, 2023
1 parent a75ccb3 commit 2df4a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Cluster/ClusterProgressQuery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class ClusterProgressQuery extends PureComponent {
className={modelstyles.TelescopicModal}
footer={[
<Button type="primary" onClick={onCancel}>
<FormattedMessage id='button.cancel'/>
<FormattedMessage id='button.next'/>
</Button>
]}
>
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh-CN/enterprise.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const applicationMarket = {
'applicationMarket.AuthCompany.title_one':'您在该云应用商店无安装权限,请登录获取授权',
'applicationMarket.localMarket.export_app':'导出应用模版',
'applicationMarket.localMarket.in_export':'(导出中)',
'applicationMarket.localMarket.installclusters':'您还有没安装集群,因此不能进行此操作。',
'applicationMarket.localMarket.installclusters':'您还没有安装集群,因此不能进行此操作。',
'applicationMarket.localMarket.isInstallclusters':'是否现在安装集群?',
// 三个点
'applicationMarket.localMarket.delete.template': '删除应用模板',
Expand Down

0 comments on commit 2df4a77

Please sign in to comment.