Procházet zdrojové kódy

Merge pull request #816 from jitsi/improve-device-errors

Updates string for not found devices.
master
hristoterezov před 8 roky
rodič
revize
ba477ad720
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      lang/main.json

+ 2
- 2
lang/main.json Zobrazit soubor

@@ -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",

Načítá se…
Zrušit
Uložit