diff --git a/entry/src/main/resources/base/element/string.json b/entry/src/main/resources/base/element/string.json index 8492af64831f8c6998ad32bc035e8b08e3891c47..f77855526f3dcc0a280912d70aaf718b856e90d3 100644 --- a/entry/src/main/resources/base/element/string.json +++ b/entry/src/main/resources/base/element/string.json @@ -22,7 +22,7 @@ }, { "name": "router_back", - "value": "Click a subwindow to return to the home page through the router." + "value": "Click a subwindow to return to the previous page through the router." }, { "name": "hide_window", diff --git a/entry/src/main/resources/en_US/element/string.json b/entry/src/main/resources/en_US/element/string.json index 8492af64831f8c6998ad32bc035e8b08e3891c47..f77855526f3dcc0a280912d70aaf718b856e90d3 100644 --- a/entry/src/main/resources/en_US/element/string.json +++ b/entry/src/main/resources/en_US/element/string.json @@ -22,7 +22,7 @@ }, { "name": "router_back", - "value": "Click a subwindow to return to the home page through the router." + "value": "Click a subwindow to return to the previous page through the router." }, { "name": "hide_window", diff --git a/entry/src/main/resources/zh_CN/element/string.json b/entry/src/main/resources/zh_CN/element/string.json index 6f2af660e6e11a695511c56a939494c63afb8cc3..2f04c121f3464c4e63134f3350f53d7232a711cd 100644 --- a/entry/src/main/resources/zh_CN/element/string.json +++ b/entry/src/main/resources/zh_CN/element/string.json @@ -22,7 +22,7 @@ }, { "name": "router_back", - "value": "点击子窗口通过Router返回首页" + "value": "点击子窗口通过Router返回上一页" }, { "name": "hide_window",