diff --git a/messages/en-US.json b/messages/en-US.json index 6ea4a470f..0961a81dc 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -4398,12 +4398,12 @@ "redirectGoBack": "Back to Redirects", "redirectCreated": "Redirect created successfully", "redirectErrorCreate": "Failed to create redirect", - "redirectSettings": "Redirect Settings", + "redirectSettings": "Redirect Rule", "selectedRedirectDomain": "Selected Domain", "selectedRedirectResource": "Selected Resource", "redirectResourceNoDomain": "This resource has no domain", - "redirectSettingsGeneralDescription": "Configure the basic redirect settings", - "redirectSettingsDescription": "Configure where requests come from and where they are sent", + "redirectSourceSectionDescription": "Choose the domain or resource this redirect applies to", + "redirectSettingsDescription": "Set which paths to match and where to send them", "redirectEnabledDescription": "Turn the redirect off to stop forwarding requests without deleting it", "redirectAttachedToDescription": "Choose whether this redirect applies to a whole domain or a single resource", "redirectAttachDomain": "Domain", @@ -4411,6 +4411,5 @@ "redirectDomainRequired": "Select a domain to attach this redirect to", "redirectResourceRequired": "Select a resource to attach this redirect to", "redirectPermanent": "Permanent Redirect", - "redirectPermanentDescription": "Respond with 308 instead of 307. Permanent redirects are cached by browsers.", - "redirectDangerSectionDescription": "Permanently remove this redirect. This cannot be undone." + "redirectPermanentDescription": "Respond with 308 instead of 307. Permanent redirects are cached by browsers." } diff --git a/src/components/RedirectForm.tsx b/src/components/RedirectForm.tsx index 8ee7968a1..827018ee8 100644 --- a/src/components/RedirectForm.tsx +++ b/src/components/RedirectForm.tsx @@ -322,10 +322,10 @@ export default function RedirectForm({ - {t("general")} + {t("redirectSource")} - {t("redirectSettingsGeneralDescription")} + {t("redirectSourceSectionDescription")} @@ -812,9 +812,6 @@ export default function RedirectForm({ {t("dangerSection")} - - {t("redirectDangerSectionDescription")} -