From 1be5c52a35caf4e36988d9a079210dbc2d02adc8 Mon Sep 17 00:00:00 2001 From: Gilles De Mey Date: Fri, 7 Jun 2024 15:32:19 +0200 Subject: [PATCH] Alerting: Update SNS description mistakes (#88832) update SNS description mistakes --- .../unified/utils/cloud-alertmanager-notifier-types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', {