Skip to content

Commit

Permalink
Merge pull request #1 from SindreSvendby/fix/superadmin-typo
Browse files Browse the repository at this point in the history
Superdmin -> Superadmin
  • Loading branch information
SindreSvendby authored Nov 4, 2023
2 parents ec1d421 + 96e4854 commit 62d9761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/SuperadminSettings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
}}
>
<ToggleButton value={false} size="xs" label="User" />
<ToggleButton value={true} size="xs" label="Superdmin" />
<ToggleButton value={true} size="xs" label="Superadmin" />
</ToggleButtonGroup>
</td>
<td>
Expand Down

0 comments on commit 62d9761

Please sign in to comment.