diff --git a/messages/en-US.json b/messages/en-US.json index 7189af3c..dfe57c9c 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -1756,5 +1756,7 @@ "resourceHeaderAuthSetupTitle": "Set Header Authentication", "resourceHeaderAuthSetupTitleDescription": "Set the basic auth credentials (username and password) to protect this resource with HTTP Header Authentication. Leave both fields blank to remove existing header authentication.", "resourceHeaderAuthSubmit": "Set Header Authentication", - "actionSetResourceHeaderAuth": "Set Header Authentication" + "actionSetResourceHeaderAuth": "Set Header Authentication", + "priority": "Priority", + "priorityDescription": "Higher priority routes are evaluated first. Priority = 100 means automatic ordering (system decides). Use another number to enforce manual priority." } diff --git a/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx b/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx index 92e02aa2..00893b61 100644 --- a/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx +++ b/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx @@ -819,7 +819,7 @@ export default function ReverseProxyTargets(props: { id: "priority", header: () => (
- Higher priority routes are evaluated first. - Priority = 100 means automatic ordering - (system decides). Use another number to - enforce manual priority. + {t("priorityDescription")}
- Higher priority routes are evaluated first. - Priority = 100 means automatic ordering - (system decides). Use another number to - enforce manual priority. + {t("priorityDescription")}