Browse Source

Fix incorrect button display text (#15160)

augit-log
c3Vu 6 months ago committed by GitHub
parent
commit
b8e942208e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui/src/views/projects/workflow/instance/index.tsx

2
dolphinscheduler-ui/src/views/projects/workflow/instance/index.tsx

@ -139,7 +139,7 @@ export default defineComponent({
style='position: absolute; bottom: 10px; left: 10px;'
class='btn-delete-all'
>
t('project.workflow.delete')
{t('project.workflow.delete')}
</NButton>
)
}}

Loading…
Cancel
Save