Skip to content

Commit

Permalink
Fix missing space character(" ") in a string in UserManagementSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
rts-kotori authored Oct 29, 2024
1 parent b41f842 commit b3322a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/tabs/UserManagementSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function UserManagementSettings() {
<div className="flex flex-col gap-y-1">
<div className="text-xl font-semibold">User Management</div>
<div>
ConfigureShoko user accounts by changing usernames, passwords, avatars, and specifying which tags a user is
Configure Shoko user accounts by changing usernames, passwords, avatars, and specifying which tags a user is
restricted from viewing.
</div>
</div>
Expand Down

0 comments on commit b3322a0

Please sign in to comment.