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