fix: typo was corrected

pull/173/head
Jonas 2021-07-30 10:24:58 +02:00 committed by GitHub
parent 1ecbc6fe45
commit be61fc6e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ const EditRoomDialog: React.FC<Props> = ({ room, restriction, updateProperty, op
className="checkbox"
checked={room.joinMuted}
onChange={(event) => updateProperty('joinMuted', event.target.checked)} />
<label htmlFor={`bbb-joinMuted-${room.id}`}>{t('bbb', 'Join Meeting muted')}</label>
<label htmlFor={`bbb-joinMuted-${room.id}`}>{t('bbb', 'Join meeting muted')}</label>
</div>
<p><em>{descriptions.joinMuted}</em></p>
</div>