🎨(frontend) personalize permission modal for Safari UX differences

Provides Safari-specific UI guidance that matches the browser's unique
permission flow, ensuring users receive appropriate instructions for
their specific browser environment.
This commit is contained in:
lebaudantoine
2025-08-10 17:59:49 +02:00
committed by aleb_the_flash
parent f682f8feb3
commit bd139a1ef9
5 changed files with 33 additions and 12 deletions

View File

@@ -95,7 +95,10 @@
"default": "{{appTitle}} heeft geen toestemming voor bepaalde rechten"
},
"body": {
"openMenu": "Klik op het instellingenpictogram ICON_PLACEHOLDER in de adresbalk van uw browser",
"openMenu": {
"others": "Klik op het instellingenpictogram ICON_PLACEHOLDER in de adresbalk van uw browser",
"safari": "Klik op het menu 'Safari' en open 'Instellingen voor {{appDomain}}'."
},
"details": {
"camera": "Toegang tot de camera toestaan",
"microphone": "Toegang tot de microfoon toestaan",