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