💬 update text

This commit is contained in:
Fred KISSIE
2026-09-11 23:34:01 +02:00
parent f19b2c391f
commit 4bf85ead77
2 changed files with 6 additions and 10 deletions
+4 -5
View File
@@ -4398,12 +4398,12 @@
"redirectGoBack": "Back to Redirects", "redirectGoBack": "Back to Redirects",
"redirectCreated": "Redirect created successfully", "redirectCreated": "Redirect created successfully",
"redirectErrorCreate": "Failed to create redirect", "redirectErrorCreate": "Failed to create redirect",
"redirectSettings": "Redirect Settings", "redirectSettings": "Redirect Rule",
"selectedRedirectDomain": "Selected Domain", "selectedRedirectDomain": "Selected Domain",
"selectedRedirectResource": "Selected Resource", "selectedRedirectResource": "Selected Resource",
"redirectResourceNoDomain": "This resource has no domain", "redirectResourceNoDomain": "This resource has no domain",
"redirectSettingsGeneralDescription": "Configure the basic redirect settings", "redirectSourceSectionDescription": "Choose the domain or resource this redirect applies to",
"redirectSettingsDescription": "Configure where requests come from and where they are sent", "redirectSettingsDescription": "Set which paths to match and where to send them",
"redirectEnabledDescription": "Turn the redirect off to stop forwarding requests without deleting it", "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", "redirectAttachedToDescription": "Choose whether this redirect applies to a whole domain or a single resource",
"redirectAttachDomain": "Domain", "redirectAttachDomain": "Domain",
@@ -4411,6 +4411,5 @@
"redirectDomainRequired": "Select a domain to attach this redirect to", "redirectDomainRequired": "Select a domain to attach this redirect to",
"redirectResourceRequired": "Select a resource to attach this redirect to", "redirectResourceRequired": "Select a resource to attach this redirect to",
"redirectPermanent": "Permanent Redirect", "redirectPermanent": "Permanent Redirect",
"redirectPermanentDescription": "Respond with 308 instead of 307. Permanent redirects are cached by browsers.", "redirectPermanentDescription": "Respond with 308 instead of 307. Permanent redirects are cached by browsers."
"redirectDangerSectionDescription": "Permanently remove this redirect. This cannot be undone."
} }
+2 -5
View File
@@ -322,10 +322,10 @@ export default function RedirectForm({
<SettingsSection className="pb-10"> <SettingsSection className="pb-10">
<SettingsSectionHeader> <SettingsSectionHeader>
<SettingsSectionTitle> <SettingsSectionTitle>
{t("general")} {t("redirectSource")}
</SettingsSectionTitle> </SettingsSectionTitle>
<SettingsSectionDescription> <SettingsSectionDescription>
{t("redirectSettingsGeneralDescription")} {t("redirectSourceSectionDescription")}
</SettingsSectionDescription> </SettingsSectionDescription>
</SettingsSectionHeader> </SettingsSectionHeader>
@@ -812,9 +812,6 @@ export default function RedirectForm({
<SettingsSectionTitle> <SettingsSectionTitle>
{t("dangerSection")} {t("dangerSection")}
</SettingsSectionTitle> </SettingsSectionTitle>
<SettingsSectionDescription>
{t("redirectDangerSectionDescription")}
</SettingsSectionDescription>
</SettingsSectionHeader> </SettingsSectionHeader>
<SettingsSectionFooter> <SettingsSectionFooter>
<Button <Button