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"