From f8717a713582f99dab099f2ed51075e59af4d249 Mon Sep 17 00:00:00 2001 From: Leonard Kim Date: Mon, 2 Apr 2018 12:12:46 -0700 Subject: [PATCH] fix(gum): add electron string for requesting gum permissions Electron generally can bypass having to get permission for audio and video. In the case it doesn't have it, and the permission screen is displayed, a string should still display prompting the user to click allow. Right now the string id displays. --- lang/main.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/main.json b/lang/main.json index 89d2f7301..4aeb24a1d 100644 --- a/lang/main.json +++ b/lang/main.json @@ -23,6 +23,7 @@ "react-nativeGrantPermissions": "Select Allow when your browser asks for permissions.", "chromeGrantPermissions": "Select Allow when your browser asks for permissions.", "androidGrantPermissions": "Select Allow when your browser asks for permissions.", + "electronGrantPermissions": "Please grant permissions to use your camera and microphone", "firefoxGrantPermissions": "Select Share Selected Device when your browser asks for permissions.", "operaGrantPermissions": "Select Allow when your browser asks for permissions.", "iexplorerGrantPermissions": "Select OK when your browser asks for permissions.",