Quellcode durchsuchen

Spelling in main.json

Fix spelling/grammar for  micConstraintFailedError and cameraConstraintFailedError
j8
Christopher Edsall vor 8 Jahren
Ursprung
Commit
f1cbafb097
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      lang/main.json

+ 2
- 2
lang/main.json Datei anzeigen

@@ -321,11 +321,11 @@
321 321
         "cameraUnknownError": "Cannot use camera for a unknown reason.",
322 322
         "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.",
323 323
         "cameraNotFoundError": "Camera was not found.",
324
-        "cameraConstraintFailedError": "Yor camera does not satisfy some of required constraints.",
324
+        "cameraConstraintFailedError": "Your camera does not satisfy some of the required constraints.",
325 325
         "micUnknownError": "Cannot use microphone for a unknown reason.",
326 326
         "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.",
327 327
         "micNotFoundError": "Microphone was not found.",
328
-        "micConstraintFailedError": "Yor microphone does not satisfy some of required constraints.",
328
+        "micConstraintFailedError": "Your microphone does not satisfy some of the required constraints.",
329 329
         "micNotSendingData": "We are unable to access your microphone. Please select another device from the settings menu or try to restart the application.",
330 330
         "cameraNotSendingData": "We are unable to access your camera. Please check if another application is using this device, select another device from the settings menu or try to restart the application.",
331 331
         "goToStore": "Go to the webstore",

Laden…
Abbrechen
Speichern