mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-18 00:29:57 +02:00
📝 doc
This commit is contained in:
@@ -4394,6 +4394,7 @@
|
|||||||
"redirectRewritePathRequired": "Enter a rewrite path, or choose Strip Prefix",
|
"redirectRewritePathRequired": "Enter a rewrite path, or choose Strip Prefix",
|
||||||
"redirectMatchPathInvalidRegex": "Match path must be a valid regular expression",
|
"redirectMatchPathInvalidRegex": "Match path must be a valid regular expression",
|
||||||
"redirectPriorityInvalid": "Enter a whole number between 1 and 1000",
|
"redirectPriorityInvalid": "Enter a whole number between 1 and 1000",
|
||||||
|
"redirectPriorityDescription": "Higher priority routes are evaluated first. This competes with the priorities of resource targets on the same domain: a redirect only wins over a resource route when its priority is higher. 100 means automatic ordering (system decides).",
|
||||||
"redirectCreate": "Create Redirect",
|
"redirectCreate": "Create Redirect",
|
||||||
"redirectCreateDescription": "Forward requests matching a path to another URL",
|
"redirectCreateDescription": "Forward requests matching a path to another URL",
|
||||||
"redirectEditDescription": "Update how this redirect forwards incoming requests",
|
"redirectEditDescription": "Update how this redirect forwards incoming requests",
|
||||||
|
|||||||
@@ -825,7 +825,7 @@ export default function RedirectForm({
|
|||||||
</FormControl>
|
</FormControl>
|
||||||
<FormDescription>
|
<FormDescription>
|
||||||
{t(
|
{t(
|
||||||
"priorityDescription"
|
"redirectPriorityDescription"
|
||||||
)}
|
)}
|
||||||
</FormDescription>
|
</FormDescription>
|
||||||
<FormMessage />
|
<FormMessage />
|
||||||
|
|||||||
Reference in New Issue
Block a user