diff --git a/frontend/src/locale/en-US/common.ts b/frontend/src/locale/en-US/common.ts index 087f734ff4..b3ef6c2c55 100644 --- a/frontend/src/locale/en-US/common.ts +++ b/frontend/src/locale/en-US/common.ts @@ -136,7 +136,7 @@ export default { 'common.tip': 'Tips', 'common.stay': 'Stay', 'common.apply': 'Apply', - 'common.stop': 'Stop', + 'common.stop': 'Stopped', 'common.module': 'Module', 'common.yes': 'Yes', 'common.no': 'No', diff --git a/frontend/src/locale/zh-CN/common.ts b/frontend/src/locale/zh-CN/common.ts index b6acc088bb..bad898c753 100644 --- a/frontend/src/locale/zh-CN/common.ts +++ b/frontend/src/locale/zh-CN/common.ts @@ -136,7 +136,7 @@ export default { 'common.tip': '温馨提示', 'common.stay': '留下', 'common.apply': '应用', - 'common.stop': '停止', + 'common.stop': '已停止', 'common.module': '模块', 'common.yes': '是', 'common.no': '否',