From 29f1d96d8742e09e2519579b4f63392b38c3b062 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Tue, 6 Sep 2016 11:30:51 -0500 Subject: [PATCH] fix(lang): Change the message in the mic not working error dialog --- lang/main.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/main.json b/lang/main.json index cd1749054..9ad067dfd 100644 --- a/lang/main.json +++ b/lang/main.json @@ -263,7 +263,7 @@ "micPermissionDeniedError": "You have not granted permission to use your microphone. You can still join the conference but others won't hear you. Use the camera button in the address bar to fix this.", "micNotFoundError": "Microphone was not found.", "micConstraintFailedError": "Yor microphone does not satisfy some of required constraints.", - "micNotSendingData": "Your microphone is not sending data. Please select another device from the settings menu or try to restart your browser / device.", + "micNotSendingData": "We are unable to access your microphone. Please select another device from the settings menu or try to restart the application.", "goToStore": "Go to the webstore", "externalInstallationTitle": "Extension required", "externalInstallationMsg": "You need to install our desktop sharing extension."