diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 5965e40ea..8164a33a9 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -1261,7 +1261,7 @@ const message = { changeStrategyPortHelper1: 'Change the port policy to [drop]. After the port policy is set, external access is denied. Do you want to continue?', changeStrategyPortHelper2: - 'Change the port policy to [accept]. After the policy is set, normal port access will be restored. Do you want to continue?', + 'Change the port policy to [accept]. After the port policy is set, normal port access will be restored. Do you want to continue?', stop: 'Stop', portFormatError: 'Please enter the correct port information!', portHelper1: 'Multiple ports, such as 8080 and 8081', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 7882b86ad..c5e388710 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -1248,7 +1248,7 @@ const message = { changeStrategyIPHelper1: 'IP 策略修改为【屏蔽】,设置后该 IP 将禁止访问服务器,是否继续?', changeStrategyIPHelper2: 'IP 策略修改为【放行】,设置后该 IP 将恢复正常访问,是否继续?', changeStrategyPortHelper1: '端口策略修改为【拒绝】,设置后端口将拒绝外部访问,是否继续?', - changeStrategyPortHelper2: '端口策略为【允许】,设置后端口将恢复正常访问,是否继续?', + changeStrategyPortHelper2: '端口策略修改为【允许】,设置后端口将恢复正常访问,是否继续?', stop: '禁止', portFormatError: '请输入正确的端口信息!', portHelper1: '多个端口,如:8080,8081', diff --git a/frontend/src/views/cronjob/index.vue b/frontend/src/views/cronjob/index.vue index b7a45506a..6abc145a2 100644 --- a/frontend/src/views/cronjob/index.vue +++ b/frontend/src/views/cronjob/index.vue @@ -54,11 +54,18 @@ v-if="row.status === 'Enable'" @click="onChangeStatus(row.id, 'disable')" link + icon="VideoPlay" type="success" > {{ $t('commons.status.enabled') }} - + {{ $t('commons.status.disabled') }} diff --git a/frontend/src/views/cronjob/record/index.vue b/frontend/src/views/cronjob/record/index.vue index d7e804481..e3fd6272e 100644 --- a/frontend/src/views/cronjob/record/index.vue +++ b/frontend/src/views/cronjob/record/index.vue @@ -61,7 +61,6 @@ > {{ $t('commons.button.disable') }} - {{ $t('commons.button.enable') }} + {{ $t('commons.button.clean') }}