diff --git a/src/providers/websql.js b/src/providers/websql.js index 1b84deb..c765f8a 100644 --- a/src/providers/websql.js +++ b/src/providers/websql.js @@ -118,7 +118,7 @@ define(function(require) { function onError(transaction, error) { if (error.code === 5) { - callback(new Errors.EINVAL('WebSQL access not authorized. If private browsing is enabled, disable it.')); + callback(new Errors.EINVAL('WebSQL cannot be accessed. If private browsing is enabled, disable it.')); } callback(error); }