diff --git a/public/app/features/alerting/unified/utils/cloud-alertmanager-notifier-types.ts b/public/app/features/alerting/unified/utils/cloud-alertmanager-notifier-types.ts index c530fa122c6..06ee6893057 100644 --- a/public/app/features/alerting/unified/utils/cloud-alertmanager-notifier-types.ts +++ b/public/app/features/alerting/unified/utils/cloud-alertmanager-notifier-types.ts @@ -462,7 +462,7 @@ export const cloudNotifierTypes: Array> = [ 'The AWS API secret_key. If blank the environment variable "AWS_ACCESS_SECRET_ID" is used' ), option('profile', 'Profile', 'Named AWS profile used to authenticate'), - option('role_arn', 'Rule ARN', 'AWS Role ARN, an alternative to using AWS API keys'), + option('role_arn', 'Role ARN', 'AWS Role ARN, an alternative to using AWS API keys'), ], } ), @@ -482,7 +482,7 @@ export const cloudNotifierTypes: Array> = [ "The mobile platform endpoint ARN if message is delivered via mobile notifications. If you don't specify this value, you must specify a value for the topic_arn or phone_number" ), - option('subject', 'Subject', 'Subject line when the message is delivered to email endpoints', { + option('subject', 'Subject', 'Subject line when the message is delivered', { placeholder: '{{ template "sns.default.subject" .}}', }), option('message', 'Message', 'The message content of the SNS notification', {