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:
parent
ed7815401f
commit
6af512e6ee
3 changed files with 4 additions and 3 deletions
|
@ -794,7 +794,8 @@ offlineSessionMax=オフライン・セッション最大
|
|||
times.seconds=秒
|
||||
webAuthnPolicyExtraOriginsHelp=非 Web アプリケーションの追加オリジンのリスト。
|
||||
resources=リソース
|
||||
groups=メンバーであるグループです。グループから外すには、グループを選択して「外す」ボタンをクリックしてください。
|
||||
groupsHelp=メンバーであるグループです。グループから外すには、グループを選択して「外す」ボタンをクリックしてください。
|
||||
groups=グループ
|
||||
permanentLockoutHelp=最大ログイン失敗回数を超えたときに、ユーザーを永久にロックします。
|
||||
logicType.positive=Positive
|
||||
accountTheme=アカウントテーマ
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue