fix client scopes mapper labels (#1678)

This commit is contained in:
Jenny 2021-12-10 07:27:04 -05:00 committed by GitHub
parent 383673fc1a
commit efa06cb329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ export const BooleanComponent = ({
helpText,
defaultValue,
}: ComponentProps) => {
const { t } = useTranslation("client-scopes");
const { t } = useTranslation("dynamic");
const { control } = useFormContext();
return (

View file

@ -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.",