diff --git a/ui/src/components/resource_mapping/index.vue b/ui/src/components/resource_mapping/index.vue index e14537fcdd5..d25619cabea 100644 --- a/ui/src/components/resource_mapping/index.vue +++ b/ui/src/components/resource_mapping/index.vue @@ -504,6 +504,8 @@ const currentSourceName = computed(() => { return t('views.tool.title') } else if (currentSourceType.value === 'MODEL') { return t('views.model.title') + } else if (currentSourceType.value === 'APPLICATION') { + return t('views.application.title') } else { return t('views.knowledge.title') }