diff --git a/lang/main.json b/lang/main.json index 4ee7a6f83..da1831154 100644 --- a/lang/main.json +++ b/lang/main.json @@ -678,6 +678,7 @@ }, "startupoverlay": { "policyText": " ", + "genericTitle": "The meeting needs to use your microphone and camera.", "title": "{{app}} needs to use your microphone and camera." }, "suspendedoverlay": { diff --git a/react/features/overlay/components/web/UserMediaPermissionsOverlay.js b/react/features/overlay/components/web/UserMediaPermissionsOverlay.js index bf9385e59..b6aa34b51 100644 --- a/react/features/overlay/components/web/UserMediaPermissionsOverlay.js +++ b/react/features/overlay/components/web/UserMediaPermissionsOverlay.js @@ -32,8 +32,7 @@ class UserMediaPermissionsOverlay extends AbstractUserMediaPermissionsOverlay {

{ - t('startupoverlay.title', - { app: interfaceConfig.APP_NAME }) + t('startupoverlay.genericTitle') }