diff --git a/client/src/components/Settings/IntegrationsTab.tsx b/client/src/components/Settings/IntegrationsTab.tsx index afd2c40c..4bbc3413 100644 --- a/client/src/components/Settings/IntegrationsTab.tsx +++ b/client/src/components/Settings/IntegrationsTab.tsx @@ -552,7 +552,7 @@ export default function IntegrationsTab(): React.ReactElement {
-
+
+

{t('settings.oauth.modal.scopesHint')}

{Object.entries(scopesByGroup).map(([group, groupScopes]) => { const groupScopeKeys = groupScopes.map(s => s.scope) @@ -625,7 +626,7 @@ export default function IntegrationsTab(): React.ReactElement { {t('common.cancel')}