Alerting: Clarify that the AWS SNS subject field cannot be empty (#100780)
* Alerting: Clarify that the AWS SNS subject field cannot be empty * minor copy change
This commit is contained in:
@@ -1689,13 +1689,13 @@ func GetAvailableNotifiers() []*NotifierPlugin {
|
||||
Label: "Subject",
|
||||
Element: ElementTypeTextArea,
|
||||
InputType: InputTypeText,
|
||||
Description: "Optional subject. You can use templates to customize this field",
|
||||
Description: "Optional subject. By default, this field uses the default title template and can be customized with templates and custom messages. It cannot be an empty string",
|
||||
PropertyName: "subject",
|
||||
Placeholder: alertingTemplates.DefaultMessageTitleEmbed,
|
||||
},
|
||||
{
|
||||
Label: "Message",
|
||||
Description: "Optional message. You can use templates to customize this field. Using a custom message will replace the default message",
|
||||
Description: "Optional message. By default, this field uses the default message template and can be customized with templates and custom messages",
|
||||
Element: ElementTypeTextArea,
|
||||
PropertyName: "message",
|
||||
Placeholder: alertingTemplates.DefaultMessageEmbed,
|
||||
|
||||
Reference in New Issue
Block a user