diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 3e52c1b20..637100738 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -581,8 +581,9 @@ const message = { 'Allows the running container state to be preserved in case of unexpected shutdown or crash of the Docker daemon', liveWithSwarmHelper: 'live-restore daemon configuration is incompatible with swarm mode.', iptablesDisable: 'Close iptables', - iptablesHelper1: 'This setting will disable Docker automatic configuration of iptables rules, which may cause ', - iptablesHelper2: 'the container is unable to communicate with the external network', + iptablesHelper1: 'This setting will disable Docker automatic configuration of iptables rules.', + iptablesHelper2: + 'This may cause the container to be unable to communicate with external networks. Do you want to continue?', daemonJsonPath: 'Conf Path', serviceUnavailable: 'Docker service is not started at present, please click', startIn: ' to start', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 40d61d0be..2e2ca9774 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -594,8 +594,8 @@ const message = { liveHelper: '允许在 Docker 守护进程发生意外停机或崩溃时保留正在运行的容器状态', liveWithSwarmHelper: 'live-restore 守护进程配置与 Swarm 模式不兼容', iptablesDisable: '关闭 iptables', - iptablesHelper1: '该设置将关闭 Docker 对 iptables 规则的自动配置,这可能会导致', - iptablesHelper2: '容器无法与外部网络通信', + iptablesHelper1: '该设置将关闭 Docker 对 iptables 规则的自动配置', + iptablesHelper2: '这可能会导致容器无法与外部网络通信,是否继续?', daemonJsonPath: '配置路径', serviceUnavailable: '当前未启动 Docker 服务,请在', startIn: '中开启', diff --git a/frontend/src/views/container/setting/index.vue b/frontend/src/views/container/setting/index.vue index 4afa0a47c..7dacc0a54 100644 --- a/frontend/src/views/container/setting/index.vue +++ b/frontend/src/views/container/setting/index.vue @@ -136,8 +136,9 @@ :show-close="false" > {{ $t('container.iptablesHelper1') }} - {{ $t('container.iptablesHelper2') }} - ! +