From 9361c358f10aeebf43a22fa617c19c0da8a2c5c1 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 <31820853+zhengkunwang223@users.noreply.github.com> Date: Fri, 9 Jun 2023 11:48:11 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E6=8F=90=E7=A4=BA=E8=AF=AD=E5=8F=A5=20(#1308?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/modules/zh.ts | 4 ++-- frontend/src/views/app-store/detail/install/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 4ab25963c7a0..f30468cd8d3a 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -1157,8 +1157,8 @@ const message = { containerName: '容器名称', containerNameHelper: '可以为空,为空自动生成', allowPort: '端口外部访问', - allowPortHelper: '允许外部端口访问会放开防火墙端口,php运行环境请勿放开', - appInstallWarn: '应用默认不放开外部访问端口,可以在高级设置中选择放开', + allowPortHelper: '允许端口外部访问会放开防火墙端口,php运行环境请勿放开', + appInstallWarn: '应用端口默认不允许外部访问,可以在下方高级设置中选择放开', upgradeStart: '开始升级!请稍后刷新页面', toFolder: '进入安装目录', editCompose: '编辑 compose 文件', diff --git a/frontend/src/views/app-store/detail/install/index.vue b/frontend/src/views/app-store/detail/install/index.vue index a41c9ae370b1..e3b88a16a31d 100644 --- a/frontend/src/views/app-store/detail/install/index.vue +++ b/frontend/src/views/app-store/detail/install/index.vue @@ -11,7 +11,7 @@ - +

{{ $t('app.appInstallWarn') }}