fix(plugin-notification-manager): notification channel name can not be edit when creating on demo site (#5811)

* fix(plugin-notification-manager):  notification channel name can not be edit when creating on demo site
This commit is contained in:
Sheldon Guo 2024-12-06 16:24:49 +08:00 committed by GitHub
parent ba1446c77f
commit 9d82164105
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

View File

@ -28,10 +28,9 @@ export default {
type: 'string',
title: '{{t("Channel name")}}',
'x-component': 'Input',
'x-read-pretty': true,
required: true,
description:
"{{t('Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.')}}",
"{{t('Randomly generated and can not be modified. Support letters, numbers and underscores, must start with an letter.')}}",
},
},
{

View File

@ -35,5 +35,6 @@
"Failed reason": "Failed reason",
"Log detail": "Log detail",
"Message": "Message",
"Notification manager": "Notification manager"
"Notification manager": "Notification manager",
"Randomly generated and can not be modified. Support letters, numbers and underscores, must start with an letter.": "Randomly generated and can not be modified. Support letters, numbers and underscores, must start with an letter."
}

View File

@ -37,5 +37,6 @@
"Failed reason": "失败原因",
"Log detail": "日志详情",
"Message": "消息内容",
"Notification manager": "通知管理"
"Notification manager": "通知管理",
"Randomly generated and can not be modified. Support letters, numbers and underscores, must start with an letter.": "随机生成,不可修改。支持英文、数字和下划线,必须以英文字母开头。"
}