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:
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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue