From 710b4e294f66fe6e623fa145cc99be5b79c8210e Mon Sep 17 00:00:00 2001 From: brunobar79 Date: Tue, 31 Jul 2018 18:30:40 -0400 Subject: added crossbrowser support and error handling --- app/_locales/en/messages.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/_locales/en/messages.json') diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 60e873371..ec96f5b08 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -656,6 +656,9 @@ "notStarted": { "message": "Not Started" }, + "noWebcamFound": { + "message": "We couldn't find any webcam available on your computer. Make sure the device is connected and configured correctly." + }, "oldUI": { "message": "Old UI" }, @@ -1098,6 +1101,9 @@ "unknownQrCode": { "message": "Error: We couldn't identify that QR code" }, + "unknownCameraError": { + "message": "Ooops! Something went wrong while trying to access you camera. Please try again..." + }, "unlock": { "message": "Unlock" }, -- cgit