Room dialog: Change 'Name' to 'Your name' (#1562)

* Change label 'Name' to 'Your name'

* add yourName as duplicate of Name in all locales
This commit is contained in:
Herb Caudill 2020-05-09 15:27:42 +02:00 committed by GitHub
parent 5b80ad045b
commit 48264d1be0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 24 additions and 1 deletions

View file

@ -80,7 +80,7 @@ function RoomModal({
</div>
<div className="RoomDialog-usernameContainer">
<label className="RoomDialog-usernameLabel" htmlFor="username">
{t("labels.name")}
{t("labels.yourName")}
</label>
<input
id="username"