From ad50f7473a941fab0fece3d327d481782d9d2713 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Wed, 19 Aug 2026 10:53:30 -0400 Subject: [PATCH] adjust translation --- messages/en-US.json | 2 +- src/components/alert-rule-editor/AlertRuleGraphEditor.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/en-US.json b/messages/en-US.json index 199d7ff49..f08126a94 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -2271,7 +2271,7 @@ "alertingHealthChecksBannerDescription": "Health checks are HTTP or TCP monitors you define once. You can then use them as sources in alert rules so you get notified when a target becomes healthy or unhealthy. Health checks on resources also appear here.", "alertingTestRule": "Test Alert Rule", "alertingAddActionHeading": "Add New Action", - "alertingSelectActionType": "Choose an action type", + "alertingSelectActionType": "Select an Action", "alertingNoActionsTitle": "No actions configured", "alertingNoActionsSaveDescription": "Add at least one action so this rule can notify someone when it fires.", "alertingNoActionsTestDescription": "Add at least one action before you can test this rule.", diff --git a/src/components/alert-rule-editor/AlertRuleGraphEditor.tsx b/src/components/alert-rule-editor/AlertRuleGraphEditor.tsx index 9114df3ed..4cc379c29 100644 --- a/src/components/alert-rule-editor/AlertRuleGraphEditor.tsx +++ b/src/components/alert-rule-editor/AlertRuleGraphEditor.tsx @@ -328,8 +328,8 @@ export default function AlertRuleGraphEditor({ } loading={isTestingAlert} > - {t("alertingTestRule")} + {t("alertingTestRule")}