mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
fix for Frontend URL realm setting label (#30574)
Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com> Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
@@ -182,7 +182,7 @@ function RealmSettingsGeneralTabForm({
|
||||
<TextControl
|
||||
name={convertAttributeNameToForm("attributes.frontendUrl")}
|
||||
type="url"
|
||||
label={t("htmlDisplayName")}
|
||||
label={t("frontendUrl")}
|
||||
labelIcon={t("frontendUrlHelp")}
|
||||
/>
|
||||
<SelectControl
|
||||
|
||||
Reference in New Issue
Block a user