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/streampark.git
The following commit(s) were added to refs/heads/dev by this push: new 0383b3687 [Improve] Fix typo. (#4248) 0383b3687 is described below commit 0383b3687b9048052a3b5643bb9adfff26eec668 Author: Gianzie <63688853+gian...@users.noreply.github.com> AuthorDate: Tue Jun 3 14:28:46 2025 +0800 [Improve] Fix typo. (#4248) --- .../streampark-console-webapp/src/locales/lang/zh-CN/spark/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/spark/app.ts b/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/spark/app.ts index c0d35dc0c..e0a445901 100644 --- a/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/spark/app.ts +++ b/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/spark/app.ts @@ -76,7 +76,7 @@ export default { jmMemoryOptions: 'JM内存', tmMemoryOptions: 'TM内存', podTemplate: 'Kubernetes Pod 模板', - sparkCluster: 'Flink集群', + sparkCluster: 'Spark集群', yarnQueue: 'Yarn队列', mavenPom: 'maven pom', uploadJar: '上传依赖Jar文件',