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:
agagancarczyk
2024-06-19 16:04:22 +01:00
committed by GitHub
parent e1eb8d3bbe
commit 5ee271e787

View File

@@ -182,7 +182,7 @@ function RealmSettingsGeneralTabForm({
<TextControl
name={convertAttributeNameToForm("attributes.frontendUrl")}
type="url"
label={t("htmlDisplayName")}
label={t("frontendUrl")}
labelIcon={t("frontendUrlHelp")}
/>
<SelectControl