Ask for name instead of username (#1362)

This commit is contained in:
Lipis 2020-04-10 18:12:51 +03:00 committed by GitHub
parent 136b14cef5
commit f134211bf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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",