Skip to content

Commit 0721029

Browse files
ymh6315431minghao.yang
andauthored
fix(locales): update build description text in English and Chinese (#1087)
* Draft MR * fix(locales): update build description text in English and Chinese --------- Co-authored-by: minghao.yang <[email protected]>
1 parent 1540297 commit 0721029

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/locales/en_js/application_spaces.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const application_spaces = {
88
desc: "Space description",
99
stoppedDesc: "This Space has been paused by its owner.",
1010
sleepingDesc: "This Space has entered sleeping state due to no operation for a long time.",
11-
buildDesc: "This Space is in building, please wait a while",
11+
buildDesc: "Space is building and deploying",
1212
errorDesc: "This Space is in Error, please check the logs",
1313
restart: "Restart",
1414
wakeup: "Wakeup",

frontend/src/locales/zh_js/application_spaces.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const application_spaces = {
1010
desc: "应用空间介绍",
1111
stoppedDesc: "此空间已被其所有者暂停。",
1212
sleepingDesc: "由于长时间未操作,该空间已进入休眠状态。",
13-
buildDesc: "应用空间正在构建中,请稍后",
13+
buildDesc: "应用空间正在打包部署,请稍后",
1414
errorDesc: "应用空间运行错误,请查看日志",
1515
restart: "重启",
1616
wakeup: "唤醒",

0 commit comments

Comments
 (0)