Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Apr 24, 2024
1 parent 3dfa4d7 commit f2d3e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/JwtSection/JwtForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function JwtForm({
<FormControlLabel
disabled={!globalAccess}
control={<Switch checked={manageAccess} onChange={(e) => setManageAccess(e.target.checked)} />}
label="Allow mange operations"
label="Allow manage operations"
/>
</Tooltip>
</Box>
Expand Down

0 comments on commit f2d3e77

Please sign in to comment.