diff options
author | brunobar79 <brunobar79@gmail.com> | 2018-08-01 06:30:40 +0800 |
---|---|---|
committer | brunobar79 <brunobar79@gmail.com> | 2018-08-01 06:30:56 +0800 |
commit | 710b4e294f66fe6e623fa145cc99be5b79c8210e (patch) | |
tree | 94fbe1f5d91aef33d04effc254a2a77e217c308a /app/_locales | |
parent | edb154749d468299166e41e56d23beb781817cbc (diff) | |
download | tangerine-wallet-browser-710b4e294f66fe6e623fa145cc99be5b79c8210e.tar tangerine-wallet-browser-710b4e294f66fe6e623fa145cc99be5b79c8210e.tar.gz tangerine-wallet-browser-710b4e294f66fe6e623fa145cc99be5b79c8210e.tar.bz2 tangerine-wallet-browser-710b4e294f66fe6e623fa145cc99be5b79c8210e.tar.lz tangerine-wallet-browser-710b4e294f66fe6e623fa145cc99be5b79c8210e.tar.xz tangerine-wallet-browser-710b4e294f66fe6e623fa145cc99be5b79c8210e.tar.zst tangerine-wallet-browser-710b4e294f66fe6e623fa145cc99be5b79c8210e.zip |
added crossbrowser support and error handling
Diffstat (limited to 'app/_locales')
-rw-r--r-- | app/_locales/en/messages.json | 6 |
1 files changed, 6 insertions, 0 deletions
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" }, |