Skip to content

Commit 018d4cd

Browse files
committed
fix(Embedded Management): Assistant - Basic Applications - Basic Information Application name, prompts, and other information are incorrect
1 parent 7459ffb commit 018d4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/system/embedded/iframe.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ const rules = {
269269
name: [
270270
{
271271
required: true,
272-
message: t('datasource.please_enter') + t('common.empty') + t('embedded.basic_information'),
272+
message: t('datasource.please_enter') + t('common.empty') + t('embedded.application_name'),
273273
trigger: 'blur',
274274
},
275275
],

0 commit comments

Comments
 (0)