Rename label on realm details page (#28106)

Closes #28106

Signed-off-by: etiksouma <al@mouskite.com>
This commit is contained in:
etiksouma 2024-06-26 12:31:42 +02:00 committed by GitHub
parent 30fdba00b5
commit d34e468a57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}