We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf8e1c commit 15b0f03Copy full SHA for 15b0f03
js/apps/account-ui/src/applications/Applications.tsx
@@ -216,7 +216,8 @@ export const Applications = () => {
216
</DescriptionListTerm>
217
{application.consent.grantedScopes.map((scope) => (
218
<DescriptionListDescription key={`scope${scope.id}`}>
219
- <CheckIcon /> {t(scope.name as TFuncKey)}
+ <CheckIcon />{" "}
220
+ {t(scope.name as TFuncKey, scope.displayText)}
221
</DescriptionListDescription>
222
))}
223
</DescriptionListGroup>
0 commit comments