diff --git a/messages/en-US.json b/messages/en-US.json index 13f73a3ad..f3aca3e5d 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -1352,7 +1352,7 @@ "sidebarBillingAndLicenses": "Billing & Licenses", "sidebarLogsAnalytics": "Analytics", "alertingTitle": "Alerting", - "alertingDescription": "Define sources, triggers, and actions for notifications.", + "alertingDescription": "Define sources, triggers, and actions for notifications", "alertingRules": "Alert rules", "alertingSearchRules": "Search rules…", "alertingAddRule": "Create Rule", @@ -1376,15 +1376,15 @@ "alertingPickSites": "Sites", "alertingPickHealthChecks": "Health checks", "alertingPickResources": "Resources", - "alertingAllSites": "All sites", + "alertingAllSites": "All Sites", "alertingAllSitesDescription": "Alert fires for any site", - "alertingSpecificSites": "Specific sites", + "alertingSpecificSites": "Specific Sites", "alertingSpecificSitesDescription": "Choose specific sites to watch", - "alertingAllHealthChecks": "All health checks", + "alertingAllHealthChecks": "All Health Checks", "alertingAllHealthChecksDescription": "Alert fires for any health check", - "alertingSpecificHealthChecks": "Specific health checks", + "alertingSpecificHealthChecks": "Specific Health Checks", "alertingSpecificHealthChecksDescription": "Choose specific health checks to watch", - "alertingAllResources": "All resources", + "alertingAllResources": "All Resources", "alertingAllResourcesDescription": "Alert fires for any resource", "alertingSpecificResources": "Specific resources", "alertingSpecificResourcesDescription": "Choose specific resources to watch", diff --git a/src/components/UptimeAlertSection.tsx b/src/components/UptimeAlertSection.tsx index 72c9fa78f..ce1c174f1 100644 --- a/src/components/UptimeAlertSection.tsx +++ b/src/components/UptimeAlertSection.tsx @@ -157,14 +157,14 @@ export default function UptimeAlertSection({ } const alertButton = alertRulesLoading ? null : hasRules ? ( - ) : ( -