🩹(frontend) fix missing aria text for camera preview status

Add missing accessibility text to video container that explains to
screen reader users whether camera preview is currently enabled or
disabled.
This commit is contained in:
lebaudantoine
2025-08-10 12:43:56 +02:00
committed by aleb_the_flash
parent 0e72f61650
commit c45b91dc58
4 changed files with 16 additions and 0 deletions

View File

@@ -44,6 +44,10 @@
"cameraAndMicNotGranted": "Toegang tot camera en microfoon toestaan",
"cameraNotGranted": "Toegang tot camera toestaan"
},
"videoPreview": {
"enabled": "Videovoorbeeld ingeschakeld",
"disabled": "Videovoorbeeld uitgeschakeld"
},
"waiting": {
"title": "Verzoek tot deelname...",
"body": "U kunt deelnemen aan dit gesprek wanneer iemand u toestemming geeft"