This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new 173ddfe66 [Hotfix] Fix the Chinese annotation corresponding to
projectIsbuildingMessage (#3685)
173ddfe66 is described below
commit 173ddfe662193a6624edc067a384fd22d7d062f7
Author: Gianzie <[email protected]>
AuthorDate: Fri Apr 26 18:43:46 2024 +0800
[Hotfix] Fix the Chinese annotation corresponding to
projectIsbuildingMessage (#3685)
---
.../streampark-console-webapp/src/locales/lang/zh-CN/flink/project.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/flink/project.ts
b/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/flink/project.ts
index 7d077a5d6..af467617c 100644
---
a/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/flink/project.ts
+++
b/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/flink/project.ts
@@ -62,7 +62,7 @@ export default {
cvsIsRequiredMessage: '资源来源必选',
repositoryURLIsRequiredMessage: '(项目)仓库地址必填',
pomSpecifiesModuleMessage: '指定编译pom.xml的模块 如未指定,则在根路径pom.xml下找到',
- projectIsbuildingMessage: '当前项目正在构件中',
+ projectIsbuildingMessage: '当前项目正在构建中',
projectIsbuildFailedMessage: '构建失败',
deleteProjectSuccessMessage: '删除成功',
deleteProjectFailedMessage: '删除事变',