parent
394c5fd81b
commit
9c82353f37
2 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@ export const RealmSettingsGeneralTab = ({
|
|||
<StackItem>
|
||||
<FormattedLink
|
||||
href={`${baseUrl}realms/${realmName}/.well-known/openid-configuration`}
|
||||
title={t("openEndpointConfiguration")}
|
||||
title={t("openIDEndpointConfiguration")}
|
||||
/>
|
||||
</StackItem>
|
||||
<StackItem>
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
},
|
||||
"userManagedAccess": "User-managed access",
|
||||
"endpoints": "Endpoints",
|
||||
"openEndpointConfiguration": "Open Endpoint Configuration",
|
||||
"openIDEndpointConfiguration": "OpenID Endpoint Configuration",
|
||||
"samlIdentityProviderMetadata": "SAML 2.0 Identity Provider Metadata",
|
||||
"loginTheme": "Login theme",
|
||||
"accountTheme": "Account theme",
|
||||
|
|
Loading…
Reference in a new issue