Your Name -> Username
This commit is contained in:
parent
da69dd8320
commit
289f7285ae
2 changed files with 4 additions and 4 deletions
|
@ -102,8 +102,8 @@ export function UnauthenticatedView() {
|
||||||
<InputField
|
<InputField
|
||||||
id="userName"
|
id="userName"
|
||||||
name="userName"
|
name="userName"
|
||||||
label="Your name"
|
label="Username"
|
||||||
placeholder="Your name"
|
placeholder="Username"
|
||||||
type="text"
|
type="text"
|
||||||
required
|
required
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
|
|
|
@ -60,8 +60,8 @@ export function RoomAuthView() {
|
||||||
<InputField
|
<InputField
|
||||||
id="userName"
|
id="userName"
|
||||||
name="userName"
|
name="userName"
|
||||||
label="Your name"
|
label="Username"
|
||||||
placeholder="Your name"
|
placeholder="Username"
|
||||||
type="text"
|
type="text"
|
||||||
required
|
required
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
|
|
Loading…
Add table
Reference in a new issue