Fix the message for "goups" and add "groupsHelp" (#27964)

Closes #27962

Closes #27965

Signed-off-by: kouki-miura2 <koki_m@i.softbank.jp>
This commit is contained in:
kouki-miura 2024-03-26 21:20:49 +09:00 committed by GitHub
parent ed7815401f
commit 6af512e6ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View file

@ -794,7 +794,8 @@ offlineSessionMax=オフライン・セッション最大
times.seconds=
webAuthnPolicyExtraOriginsHelp=非 Web アプリケーションの追加オリジンのリスト。
resources=リソース
groups=メンバーであるグループです。グループから外すには、グループを選択して「外す」ボタンをクリックしてください。
groupsHelp=メンバーであるグループです。グループから外すには、グループを選択して「外す」ボタンをクリックしてください。
groups=グループ
permanentLockoutHelp=最大ログイン失敗回数を超えたときに、ユーザーを永久にロックします。
logicType.positive=Positive
accountTheme=アカウントテーマ

View file

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

View file

@ -283,7 +283,7 @@ export const UserForm = ({
validated={errors.requiredActions ? "error" : "default"}
helperTextInvalid={t("required")}
labelIcon={
<HelpItem helpText={t("groups")} fieldLabelId="groups" />
<HelpItem helpText={t("groupsHelp")} fieldLabelId="groups" />
}
>
<Controller