From 6af512e6ee5f43013386aeaad54bd5b7a4bbf6be Mon Sep 17 00:00:00 2001 From: kouki-miura <156555495+kouki-miura2@users.noreply.github.com> Date: Tue, 26 Mar 2024 21:20:49 +0900 Subject: [PATCH] Fix the message for "goups" and add "groupsHelp" (#27964) Closes #27962 Closes #27965 Signed-off-by: kouki-miura2 --- .../theme/keycloak.v2/admin/messages/messages_ja.properties | 3 ++- .../theme/keycloak.v2/admin/messages/messages_en.properties | 2 +- js/apps/admin-ui/src/user/UserForm.tsx | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/js/apps/admin-ui/maven-resources-community/theme/keycloak.v2/admin/messages/messages_ja.properties b/js/apps/admin-ui/maven-resources-community/theme/keycloak.v2/admin/messages/messages_ja.properties index d039196e73..c89dd6525b 100644 --- a/js/apps/admin-ui/maven-resources-community/theme/keycloak.v2/admin/messages/messages_ja.properties +++ b/js/apps/admin-ui/maven-resources-community/theme/keycloak.v2/admin/messages/messages_ja.properties @@ -794,7 +794,8 @@ offlineSessionMax=オフライン・セッション最大 times.seconds=秒 webAuthnPolicyExtraOriginsHelp=非 Web アプリケーションの追加オリジンのリスト。 resources=リソース -groups=メンバーであるグループです。グループから外すには、グループを選択して「外す」ボタンをクリックしてください。 +groupsHelp=メンバーであるグループです。グループから外すには、グループを選択して「外す」ボタンをクリックしてください。 +groups=グループ permanentLockoutHelp=最大ログイン失敗回数を超えたときに、ユーザーを永久にロックします。 logicType.positive=Positive accountTheme=アカウントテーマ 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 ab2b3ee2e5..84c7a83ada 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 @@ -2636,7 +2636,7 @@ conditions=Conditions addUri=Add URI excludeIssuerFromAuthenticationResponse=Exclude Issuer From Authentication Response minus=Minus -groupsHelp=Groups where the user has membership. To leave a group, select it and click Leave. +groupsHelp=Groups where the user has membership. To leave a group, click the cross button. includeGroupsAndRoles=Include groups and roles groupsPermissionsHint=Determines if fine grained permissions are enabled for managing this role. Disabling will delete all current permissions that have been set up. searchForTranslation=Search for translation diff --git a/js/apps/admin-ui/src/user/UserForm.tsx b/js/apps/admin-ui/src/user/UserForm.tsx index 1a6af99347..754e5b92db 100644 --- a/js/apps/admin-ui/src/user/UserForm.tsx +++ b/js/apps/admin-ui/src/user/UserForm.tsx @@ -283,7 +283,7 @@ export const UserForm = ({ validated={errors.requiredActions ? "error" : "default"} helperTextInvalid={t("required")} labelIcon={ - + } >