diff --git a/core/core-frontend/src/views/template/index.vue b/core/core-frontend/src/views/template/index.vue index ca13c4b7d0..670625954f 100644 --- a/core/core-frontend/src/views/template/index.vue +++ b/core/core-frontend/src/views/template/index.vue @@ -248,7 +248,7 @@ const roleValidator = (rule, value, callback) => { callback( new Error( t( - `system_parameter_setting.${ + `template_manage.${ nodeType === 'folder' ? 'name_already_exists_type' : 'the_same_category' }` )