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:
François Martin 2025-07-23 23:13:05 +02:00 committed by martinfrancois
parent eb811e3f74
commit 97ea32e507
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class Users extends Component<WithStyles<'wrapper'> & Stores<'userStore'>> {
<Table id="user-table"> <Table id="user-table">
<TableHead> <TableHead>
<TableRow style={{textAlign: 'center'}}> <TableRow style={{textAlign: 'center'}}>
<TableCell>Name</TableCell> <TableCell>Username</TableCell>
<TableCell>Admin</TableCell> <TableCell>Admin</TableCell>
<TableCell /> <TableCell />
</TableRow> </TableRow>