fix client scopes mapper labels (#1678)
This commit is contained in:
parent
383673fc1a
commit
efa06cb329
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ export const BooleanComponent = ({
|
|||
helpText,
|
||||
defaultValue,
|
||||
}: ComponentProps) => {
|
||||
const { t } = useTranslation("client-scopes");
|
||||
const { t } = useTranslation("dynamic");
|
||||
const { control } = useFormContext();
|
||||
|
||||
return (
|
||||
|
|
|
@ -14,7 +14,7 @@ export default {
|
|||
"Name of stored user attribute which is the name of an attribute within the UserModel.attribute map.",
|
||||
},
|
||||
clientRoleMapping: {
|
||||
client: {
|
||||
clientId: {
|
||||
label: "Client ID",
|
||||
tooltip:
|
||||
"Client ID for role mappings. Just client roles of this client will be added to the token. If this is unset, client roles of all clients will be added to the token.",
|
||||
|
|
Loading…
Reference in a new issue