Rename label on realm details page (#28106)
Closes #28106 Signed-off-by: etiksouma <al@mouskite.com>
This commit is contained in:
parent
30fdba00b5
commit
d34e468a57
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ function RealmSettingsGeneralTabForm({
|
|||
className="pf-u-mt-lg"
|
||||
onSubmit={onSubmit}
|
||||
>
|
||||
<FormGroup label={t("realmId")} fieldId="kc-realm-id" isRequired>
|
||||
<FormGroup label={t("realmName")} fieldId="kc-realm-id" isRequired>
|
||||
<Controller
|
||||
name="realm"
|
||||
control={control}
|
||||
|
|
Loading…
Reference in a new issue