mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
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:
parent
ba1446c77f
commit
9d82164105
@ -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.')}}",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@ -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."
|
||||
}
|
||||
|
@ -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.": "随机生成,不可修改。支持英文、数字和下划线,必须以英文字母开头。"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user