mirror of
https://github.com/gotify/server.git
synced 2026-06-09 08:15:15 +08:00
Make wording of form fields in Users consistent with the login
The login form says username and password and should be consistently used throughout.
This commit is contained in:
committed by
martinfrancois
parent
eb811e3f74
commit
97ea32e507
@@ -84,7 +84,7 @@ class Users extends Component<WithStyles<'wrapper'> & Stores<'userStore'>> {
|
||||
<Table id="user-table">
|
||||
<TableHead>
|
||||
<TableRow style={{textAlign: 'center'}}>
|
||||
<TableCell>Name</TableCell>
|
||||
<TableCell>Username</TableCell>
|
||||
<TableCell>Admin</TableCell>
|
||||
<TableCell />
|
||||
</TableRow>
|
||||
|
||||
Reference in New Issue
Block a user