Browse Source

fix(lang): Change the message in the mic not working error dialog

master
hristoterezov 9 years ago
parent
commit
29f1d96d87
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lang/main.json

+ 1
- 1
lang/main.json View File

@@ -263,7 +263,7 @@
263 263
         "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.",
264 264
         "micNotFoundError": "Microphone was not found.",
265 265
         "micConstraintFailedError": "Yor microphone does not satisfy some of required constraints.",
266
-        "micNotSendingData": "Your microphone is not sending data. Please select another device from the settings menu or try to restart your browser / device.",
266
+        "micNotSendingData": "We are unable to access your microphone. Please select another device from the settings menu or try to restart the application.",
267 267
         "goToStore": "Go to the webstore",
268 268
         "externalInstallationTitle": "Extension required",
269 269
         "externalInstallationMsg": "You need to install our desktop sharing extension."

Loading…
Cancel
Save