Skip to content

Commit f263f52

Browse files
committed
fix: update translation key for tool title in TriggerTaskRecordDrawer.vue
1 parent f245576 commit f263f52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/views/trigger/execution-record/TriggerTaskRecordDrawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
{{
9797
row.source_type === 'APPLICATION'
9898
? $t('views.application.title')
99-
: $t('views.knowledge.title')
99+
: $t('views.tool.title')
100100
}}
101101
</template>
102102
</el-table-column>

0 commit comments

Comments
 (0)