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:
parent
e1eb8d3bbe
commit
5ee271e787
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ function RealmSettingsGeneralTabForm({
|
|||
<TextControl
|
||||
name={convertAttributeNameToForm("attributes.frontendUrl")}
|
||||
type="url"
|
||||
label={t("htmlDisplayName")}
|
||||
label={t("frontendUrl")}
|
||||
labelIcon={t("frontendUrlHelp")}
|
||||
/>
|
||||
<SelectControl
|
||||
|
|
Loading…
Reference in a new issue