🐛(frontend) fix missing user label in prejoin screen
Add missing hint to guide user entering their name while joining a room. I introduced this bug while merging @manuhabitela works on the newly prejoin screen.
This commit is contained in:
committed by
aleb_the_flash
parent
cb4acc32e5
commit
f3ea0fca71
@@ -19,7 +19,7 @@ export const Join = ({
|
|||||||
micLabel={t('join.audioinput.label')}
|
micLabel={t('join.audioinput.label')}
|
||||||
camLabel={t('join.videoinput.label')}
|
camLabel={t('join.videoinput.label')}
|
||||||
joinLabel={t('join.joinLabel')}
|
joinLabel={t('join.joinLabel')}
|
||||||
userLabel={t('join.userLabel')}
|
userLabel={t('join.usernameLabel')}
|
||||||
/>
|
/>
|
||||||
</CenteredContent>
|
</CenteredContent>
|
||||||
</Screen>
|
</Screen>
|
||||||
|
|||||||
@@ -22,7 +22,6 @@
|
|||||||
"joinMeeting": "",
|
"joinMeeting": "",
|
||||||
"toggleOff": "",
|
"toggleOff": "",
|
||||||
"toggleOn": "",
|
"toggleOn": "",
|
||||||
"userLabel": "",
|
|
||||||
"usernameHint": "",
|
"usernameHint": "",
|
||||||
"usernameLabel": ""
|
"usernameLabel": ""
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -22,7 +22,6 @@
|
|||||||
"joinMeeting": "Join meeting",
|
"joinMeeting": "Join meeting",
|
||||||
"toggleOff": "Click to turn off",
|
"toggleOff": "Click to turn off",
|
||||||
"toggleOn": "Click to turn on",
|
"toggleOn": "Click to turn on",
|
||||||
"userLabel": "",
|
|
||||||
"usernameHint": "Shown to other participants",
|
"usernameHint": "Shown to other participants",
|
||||||
"usernameLabel": "Your name"
|
"usernameLabel": "Your name"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -22,7 +22,6 @@
|
|||||||
"joinMeeting": "Rejoindre la réjoindre",
|
"joinMeeting": "Rejoindre la réjoindre",
|
||||||
"toggleOff": "Cliquez pour désactiver",
|
"toggleOff": "Cliquez pour désactiver",
|
||||||
"toggleOn": "Cliquez pour activer",
|
"toggleOn": "Cliquez pour activer",
|
||||||
"userLabel": "",
|
|
||||||
"usernameHint": "Affiché aux autres participants",
|
"usernameHint": "Affiché aux autres participants",
|
||||||
"usernameLabel": "Votre nom"
|
"usernameLabel": "Votre nom"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user