From d8d2f890b5da80d63281c7070bb2dbe5a935fdf1 Mon Sep 17 00:00:00 2001 From: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com> Date: Fri, 1 Sep 2023 16:28:23 +0200 Subject: [PATCH] Alerting: Change export label (#74277) Change export label --- public/app/features/alerting/unified/MoreActionsRuleButtons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/alerting/unified/MoreActionsRuleButtons.tsx b/public/app/features/alerting/unified/MoreActionsRuleButtons.tsx index e4e7bb6481d..e22af5ca6a4 100644 --- a/public/app/features/alerting/unified/MoreActionsRuleButtons.tsx +++ b/public/app/features/alerting/unified/MoreActionsRuleButtons.tsx @@ -29,7 +29,7 @@ export function MoreActionsRuleButtons({}: Props) { download: 'true', format: 'yaml', })} - label="Export all" + label="Export all Grafana-managed rules" target="_blank" /> )}