fix scope details title key (#2280)
This commit is contained in:
parent
51aba823ef
commit
08775c65a2
1 changed files with 3 additions and 1 deletions
|
@ -104,7 +104,9 @@ export default function ScopeDetails() {
|
|||
}
|
||||
/>
|
||||
<ViewHeader
|
||||
titleKey={"clients:createResource"}
|
||||
titleKey={
|
||||
scopeId ? scope?.name! : t("clients:createAuthorizationScope")
|
||||
}
|
||||
dropdownItems={
|
||||
scopeId
|
||||
? [
|
||||
|
|
Loading…
Reference in a new issue