diff --git a/js/apps/account-ui/src/applications/Applications.tsx b/js/apps/account-ui/src/applications/Applications.tsx index a97e9ffe746..1bea5643a5e 100644 --- a/js/apps/account-ui/src/applications/Applications.tsx +++ b/js/apps/account-ui/src/applications/Applications.tsx @@ -216,7 +216,8 @@ export const Applications = () => { {application.consent.grantedScopes.map((scope) => ( - {t(scope.name as TFuncKey)} + {" "} + {t(scope.name as TFuncKey, scope.displayText)} ))}