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

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

commit dc5b67eaf79d66ce2eb373a5a7c62c89f0bd9861
Author: benjobs <[email protected]>
AuthorDate: Sat Sep 21 16:18:43 2024 +0800

    [Improve] Applications Name rename to Job Name
---
 .../streampark-console-webapp/src/locales/lang/en/spark/app.ts      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/streampark-console/streampark-console-webapp/src/locales/lang/en/spark/app.ts 
b/streampark-console/streampark-console-webapp/src/locales/lang/en/spark/app.ts
index a3d5a22a6..7a02aa2a2 100644
--- 
a/streampark-console/streampark-console-webapp/src/locales/lang/en/spark/app.ts
+++ 
b/streampark-console/streampark-console-webapp/src/locales/lang/en/spark/app.ts
@@ -50,9 +50,9 @@ export default {
     pending: 'Pending Rollback',
   },
   id: 'Applications ID',
-  appName: 'Applications Name',
-  searchName: 'Applications Name',
-  tags: 'Applications Tags',
+  appName: 'Job Name',
+  searchName: 'Job Name',
+  tags: 'Tags',
   owner: 'Creator',
   sparkVersion: 'Spark Version',
   duration: 'Runtime',

Reply via email to