Ask for name instead of username (#1362)
This commit is contained in:
parent
136b14cef5
commit
f134211bf9
@ -78,7 +78,7 @@ function RoomModal({
|
|||||||
</div>
|
</div>
|
||||||
<div className="RoomDialog-usernameContainer">
|
<div className="RoomDialog-usernameContainer">
|
||||||
<label className="RoomDialog-usernameLabel" htmlFor="username">
|
<label className="RoomDialog-usernameLabel" htmlFor="username">
|
||||||
Username:
|
{t("labels.name")}
|
||||||
</label>
|
</label>
|
||||||
<input
|
<input
|
||||||
id="username"
|
id="username"
|
||||||
|
@ -51,7 +51,8 @@
|
|||||||
"language": "Language",
|
"language": "Language",
|
||||||
"createRoom": "Share a live-collaboration session",
|
"createRoom": "Share a live-collaboration session",
|
||||||
"duplicateSelection": "Duplicate",
|
"duplicateSelection": "Duplicate",
|
||||||
"untitled": "Untitled"
|
"untitled": "Untitled",
|
||||||
|
"name": "Name"
|
||||||
},
|
},
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"clearReset": "Reset the canvas",
|
"clearReset": "Reset the canvas",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user