This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev-2.1.3
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev-2.1.3 by this push:
     new bf1a72563 The prompt for starting the job has an extra ‘p’. (#3595)
bf1a72563 is described below

commit bf1a725632da9917c3edeb3c04bc6f849ca484ab
Author: zhangxiangyang <[email protected]>
AuthorDate: Mon Mar 4 15:29:14 2024 +0800

    The prompt for starting the job has an extra ‘p’. (#3595)
---
 .../streampark-console-webapp/src/locales/lang/zh-CN/flink/app.ts       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/flink/app.ts
 
b/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/flink/app.ts
index 5cb63a006..151512868 100644
--- 
a/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/flink/app.ts
+++ 
b/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/flink/app.ts
@@ -209,7 +209,7 @@ export default {
     enableDrain: '在触发 savepoint 和停止作业之前发送 MAX_WATERMARK',
     invalidSavePoint: 'savepoint 路径无效: ',
     canceling: '当前作业正在停止中',
-    starting: '当前作业正在q启动中',
+    starting: '当前作业正在启动中',
   },
   dashboard: {
     availableTaskSlots: '可用的任务槽数',

Reply via email to