浏览代码

Updates string for not found devices.

The user can be in case where there is no audio or no video device at all, so removing the requested word from the message.
master
damencho 8 年前
父节点
当前提交
a5d3cc63c3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      lang/main.json

+ 2
- 2
lang/main.json 查看文件

@@ -258,11 +258,11 @@
258 258
         "cameraUnsupportedResolutionError": "Your camera does not support required video resolution.",
259 259
         "cameraUnknownError": "Cannot use camera for a unknown reason.",
260 260
         "cameraPermissionDeniedError": "You have not granted permission to use your camera. You can still join the conference but others won't see you. Use the camera button in the address bar to fix this.",
261
-        "cameraNotFoundError": "Requested camera was not found.",
261
+        "cameraNotFoundError": "Camera was not found.",
262 262
         "cameraConstraintFailedError": "Yor camera does not satisfy some of required constraints.",
263 263
         "micUnknownError": "Cannot use microphone for a unknown reason.",
264 264
         "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.",
265
-        "micNotFoundError": "Requested microphone was not found.",
265
+        "micNotFoundError": "Microphone was not found.",
266 266
         "micConstraintFailedError": "Yor microphone does not satisfy some of required constraints.",
267 267
         "goToStore": "Go to the webstore",
268 268
         "externalInstallationTitle": "Extension required",

正在加载...
取消
保存