diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 3baa56370..6006c4ee3 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -531,7 +531,7 @@ const message = { env: '環境變量', restartPolicy: '重啟規則', always: '一直重啟', - unlessStopped: '關閉後重啟', + unlessStopped: '未手動停止則重啟', onFailure: '失敗後重啟(默認重啟 5 次)', no: '不重啟', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index c5e9db9ee..e418768c8 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -531,7 +531,7 @@ const message = { env: '环境变量', restartPolicy: '重启规则', always: '一直重启', - unlessStopped: '关闭后重启', + unlessStopped: '未手动停止则重启', onFailure: '失败后重启(默认重启 5 次)', no: '不重启',