Browse Source

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

3.0.0/version-upgrade
songjianet 2 years ago committed by GitHub
parent
commit
6a2484196d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui-next/src/locales/modules/en_US.ts

2
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',

Loading…
Cancel
Save