From 81aa8a4fe6b8ff66b63eeb758131c2fa93edf07e Mon Sep 17 00:00:00 2001 From: Cameron Hutchison Date: Tue, 10 Dec 2024 16:23:19 -0600 Subject: [PATCH] Make 'Redirect URL' match the name of the field. --- frontend/js/i18n/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/js/i18n/messages.json b/frontend/js/i18n/messages.json index 3a3ec055..e9a02f69 100644 --- a/frontend/js/i18n/messages.json +++ b/frontend/js/i18n/messages.json @@ -296,7 +296,7 @@ "oidc-config-description": "Sign in to Nginx Proxy Manager with an external Identity Provider", "oidc-not-configured": "Not configured", "oidc-config-hint-1": "Provide configuration for an IdP that supports Open ID Connect Discovery.", - "oidc-config-hint-2": "The 'RedirectURL' must be set to '[base URL]/api/oidc/callback', the IdP must send the 'email' claim and a user with matching email address must exist in Nginx Proxy Manager." + "oidc-config-hint-2": "The 'Redirect URL' must be set to '[base URL]/api/oidc/callback', the IdP must send the 'email' claim and a user with matching email address must exist in Nginx Proxy Manager." } } -} \ No newline at end of file +}