Gramatical errors and added camera permission

This commit is contained in:
Matias Pando 2014-12-03 11:35:38 -03:00
parent 834c57a51a
commit ebcf64da65
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@
"version": "APP_VERSION", "version": "APP_VERSION",
"permissions": [ "permissions": [
"storage", "storage",
"notifications" "notifications",
"videoCapture"
], ],
"app": { "app": {
"background": { "background": {

View File

@ -64,7 +64,7 @@
<select class="form-control" ng-model="selectedLogLevel" ng-options="o.name for o in availableLogLevels" required> <select class="form-control" ng-model="selectedLogLevel" ng-options="o.name for o in availableLogLevels" required>
</select> </select>
<div translate class="small text-gray"> <div translate class="small text-gray">
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</a> 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</a>
</div> </div>
</fieldset> </fieldset>
<button translate type="submit" class="button primary radius expand m0" ng-disabled="settingsForm.$invalid || loading" ng-click="save()"> <button translate type="submit" class="button primary radius expand m0" ng-disabled="settingsForm.$invalid || loading" ng-click="save()">