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 9d95cd1 commit b423520Copy full SHA for b423520
src/features/userSettings/UserSettingsContent/UserSettingsContent.tsx
@@ -87,7 +87,7 @@ export const UserSettingsContent = () => {
87
<PageSection level={2} title="Organisation and Unit">
88
<Box alignItems="baseline" display="flex" gap={1} marginBottom={1}>
89
<Typography>
90
- Filter for user <em>{user.username}</em> where role is
+ Filter projects for user <em>{user.username}</em> where role is
91
</Typography>
92
<PermissionLevelSelect
93
value={permissionLevel}
0 commit comments