Skip to content

Commit

Permalink
fix for Frontend URL realm setting label (keycloak#30574)
Browse files Browse the repository at this point in the history
Signed-off-by: Agnieszka Gancarczyk <[email protected]>
Co-authored-by: Agnieszka Gancarczyk <[email protected]>
  • Loading branch information
agagancarczyk and agagancarczyk authored Jun 19, 2024
1 parent e1eb8d3 commit 5ee271e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/apps/admin-ui/src/realm-settings/GeneralTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function RealmSettingsGeneralTabForm({
<TextControl
name={convertAttributeNameToForm("attributes.frontendUrl")}
type="url"
label={t("htmlDisplayName")}
label={t("frontendUrl")}
labelIcon={t("frontendUrlHelp")}
/>
<SelectControl
Expand Down

0 comments on commit 5ee271e

Please sign in to comment.