mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
fix(prejoin): polite name error message
Signed-off-by: Joshua Irmer <irmer@gonicus.de>
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
bd1c3332ea
commit
fecac0322e
@@ -438,7 +438,11 @@ const Prejoin = ({
|
||||
|
||||
{showErrorOnField && <div
|
||||
className = { classes.error }
|
||||
data-testid = 'prejoin.errorMessage'>{t('prejoin.errorMissingName')}</div>}
|
||||
data-testid = 'prejoin.errorMessage'>
|
||||
<p aria-live = 'polite' >
|
||||
{t('prejoin.errorMissingName')}
|
||||
</p>
|
||||
</div>}
|
||||
|
||||
<div className = { classes.dropdownContainer }>
|
||||
<Popover
|
||||
|
||||
Reference in New Issue
Block a user