added description on new client scope screen (#1203)
This commit is contained in:
parent
27dd8d7e13
commit
34e9d7a3ca
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ export const MappingDetails = () => {
|
|||
<DeleteConfirm />
|
||||
<ViewHeader
|
||||
titleKey={isUpdating ? mapping?.name! : t("common:addMapper")}
|
||||
subKey={isUpdating ? mapperId : ""}
|
||||
subKey={isUpdating ? mapperId : "client-scopes:addMapperExplain"}
|
||||
dropdownItems={
|
||||
isUpdating
|
||||
? [
|
||||
|
|
Loading…
Reference in a new issue