Browse Source

[Fix][UI][V1.0.0-Beta] Fix the problem of wrong workflow name. (#9833)

songjianet 3 years ago
parent
commit
6a2484196d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dolphinscheduler-ui-next/src/locales/modules/en_US.ts

+ 1 - 1
dolphinscheduler-ui-next/src/locales/modules/en_US.ts

@@ -874,7 +874,7 @@ const project = {
     check_interval: 'Check interval',
     waiting_dependent_complete: 'Waiting Dependent complete',
     project_name: 'Project Name',
-    process_name: 'Wrokflow Name',
+    process_name: 'Workflow Name',
     cycle_time: 'Cycle Time',
     rule_name: 'Rule Name',
     null_check: 'NullCheck',