Skip to content

Commit

Permalink
style: 修改安装应用提示语句 (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 authored Jun 9, 2023
1 parent 39f952e commit 9361c35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/lang/modules/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1157,8 +1157,8 @@ const message = {
containerName: '容器名称',
containerNameHelper: '可以为空为空自动生成',
allowPort: '端口外部访问',
allowPortHelper: '许外部端口访问会放开防火墙端口php运行环境请勿放开',
appInstallWarn: '用默认不放开外部访问端口可以在高级设置中选择放开',
allowPortHelper: '许端口外部访问会放开防火墙端口php运行环境请勿放开',
appInstallWarn: '用端口默认不允许外部访问可以在下方高级设置中选择放开',
upgradeStart: '开始升级请稍后刷新页面',
toFolder: '进入安装目录',
editCompose: '编 compose 文件',
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/app-store/detail/install/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</template>
<el-row v-loading="loading">
<el-col :span="22" :offset="1">
<el-alert type="info" :closable="false">
<el-alert type="error" :closable="false">
<p>{{ $t('app.appInstallWarn') }}</p>
</el-alert>
<el-form
Expand Down

0 comments on commit 9361c35

Please sign in to comment.