Fix incorrect button display text (#15160)

This commit is contained in:
c3Vu 2023-11-14 18:05:06 +08:00 committed by GitHub
parent 6096c58cb7
commit b8e942208e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>
)
}}