diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index c27c41fe63..d4ea31dcea 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -2912,7 +2912,7 @@ export default { not_screentshot: "No screenshot", error_step_screenshot: "Screenshot of exception", downloadScreenshot: "Download screenshot file", - description: "remark", + description: "description", }, project_application: { workstation: { diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 2ed9b27f07..0c2c9372b7 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -2921,7 +2921,7 @@ export default { not_screentshot: "不截图", error_step_screenshot: "出现异常截图", downloadScreenshot: "下载截图文件", - description: "备注", + description: "描述", }, project_application: { workstation: { diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index a5207675d4..00bec5ad0c 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -2901,7 +2901,7 @@ export default { not_screentshot: "不截圖", error_step_screenshot: "出現異常截圖", downloadScreenshot: "下載截圖文件", - description: "備注", + description: "描述", }, project_application: { workstation: {