diff --git a/lang/main.json b/lang/main.json index 58a598fc5..35bb7e274 100644 --- a/lang/main.json +++ b/lang/main.json @@ -77,7 +77,7 @@ }, "startupoverlay": { "policyText": " ", - "title": "Jitsi Meet needs to use your microphone and camera." + "title": "__app__ needs to use your microphone and camera." }, "toolbar": { "mute": "Mute / Unmute", diff --git a/modules/UI/gum_overlay/UserMediaPermissionsGuidanceOverlay.js b/modules/UI/gum_overlay/UserMediaPermissionsGuidanceOverlay.js index 5507a7fe7..38caa9dbe 100644 --- a/modules/UI/gum_overlay/UserMediaPermissionsGuidanceOverlay.js +++ b/modules/UI/gum_overlay/UserMediaPermissionsGuidanceOverlay.js @@ -24,6 +24,7 @@ class GUMOverlayImpl extends Overlay { _buildOverlayContent() { let textKey = `userMedia.${this.browser}GrantPermissions`; let titleKey = 'startupoverlay.title'; + let titleOptions = '{ "postProcess": "resolveAppName" }'; let policyTextKey = 'startupoverlay.policyText'; let policyLogo = ''; let policyLogoSrc = interfaceConfig.POLICY_LOGO; @@ -39,7 +40,8 @@ class GUMOverlayImpl extends Overlay { `
-

+