diff --git a/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties b/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties index 2dadc40c1c4..099c853f918 100644 --- a/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties +++ b/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties @@ -2767,7 +2767,7 @@ javaKeystore=java-keystore updatedUserProfileSuccess=User Profile configuration has been saved deleteProviderMapper=Delete mapper? clientsPermissionsHint=Fine grained permissions for administrators that want to manage this client or apply roles defined by this client. -lookAroundHelp=How far around should the server look just in case the token generator and server are out of time sync or counter sync? +lookAroundHelp=How far around (extra token periods or counts) should the server look just in case the token generator and server are out of time sync or counter sync? usersLeft_one={{count}} user left the group sync-keycloak-groups-to-ldap=Sync Keycloak groups to LDAP saveError=User federation provider could not be saved\: {{error}} diff --git a/js/apps/admin-ui/src/clients/initial-access/CreateInitialAccessToken.tsx b/js/apps/admin-ui/src/clients/initial-access/CreateInitialAccessToken.tsx index 1fe3b80b753..a7e2dc1125f 100644 --- a/js/apps/admin-ui/src/clients/initial-access/CreateInitialAccessToken.tsx +++ b/js/apps/admin-ui/src/clients/initial-access/CreateInitialAccessToken.tsx @@ -85,9 +85,11 @@ export default function CreateInitialAccessToken() { label={t("count")} labelIcon={t("countHelp")} controller={{ + rules: { + min: 1, + }, defaultValue: 1, }} - min={1} />