adjust translation

This commit is contained in:
miloschwartz
2026-08-19 10:53:30 -04:00
parent 5f1218f7b1
commit ad50f7473a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.", "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", "alertingTestRule": "Test Alert Rule",
"alertingAddActionHeading": "Add New Action", "alertingAddActionHeading": "Add New Action",
"alertingSelectActionType": "Choose an action type", "alertingSelectActionType": "Select an Action",
"alertingNoActionsTitle": "No actions configured", "alertingNoActionsTitle": "No actions configured",
"alertingNoActionsSaveDescription": "Add at least one action so this rule can notify someone when it fires.", "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.", "alertingNoActionsTestDescription": "Add at least one action before you can test this rule.",
@@ -328,8 +328,8 @@ export default function AlertRuleGraphEditor({
} }
loading={isTestingAlert} loading={isTestingAlert}
> >
{t("alertingTestRule")}
<ZapIcon className="size-3.5 flex-none" /> <ZapIcon className="size-3.5 flex-none" />
{t("alertingTestRule")}
</Button> </Button>
</div> </div>
</fieldset> </fieldset>