From ebcf64da6566c59c7db58cf9db527b528c3d2781 Mon Sep 17 00:00:00 2001 From: Matias Pando Date: Wed, 3 Dec 2014 11:35:38 -0300 Subject: [PATCH] Gramatical errors and added camera permission --- browser-extensions/chrome/manifest.json | 3 ++- views/settings.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/browser-extensions/chrome/manifest.json b/browser-extensions/chrome/manifest.json index e9f0361c2..6c9388801 100644 --- a/browser-extensions/chrome/manifest.json +++ b/browser-extensions/chrome/manifest.json @@ -5,7 +5,8 @@ "version": "APP_VERSION", "permissions": [ "storage", - "notifications" + "notifications", + "videoCapture" ], "app": { "background": { diff --git a/views/settings.html b/views/settings.html index 9c2d20fdd..5f962a066 100644 --- a/views/settings.html +++ b/views/settings.html @@ -64,7 +64,7 @@
- Log level shows information on the console. This is usefull to find bugs and help users. 'debug' is the most verbose level while 'fatal' only shows unexcpected errors + Log level shows information on the console. This is useful to find bugs and to help users. 'debug' is the most verbose level while 'fatal' only shows unexpected errors