Merge remote-tracking branch 'ka/dev' into dev

This commit is contained in:
Hao Kung 2015-10-16 14:02:41 -07:00
commit 79d3723df5
2 changed files with 3 additions and 3 deletions

View File

@ -622,7 +622,7 @@ $.extend($.validator, {
return false;
}
} catch(e) {
this.settings.debug && window.console && console.log("exception occured when checking element " + element.id
this.settings.debug && window.console && console.log("exception occurred when checking element " + element.id
+ ", check the '" + rule.method + "' method", e);
throw e;
}

View File

@ -122,7 +122,7 @@
<comment>Error when optimistic concurrency fails</comment>
</data>
<data name="DefaultError" xml:space="preserve">
<value>An unknown failure has occured.</value>
<value>An unknown failure has occurred.</value>
<comment>Default identity result error message</comment>
</data>
<data name="DuplicateEmail" xml:space="preserve">
@ -281,4 +281,4 @@
<value>User is not in role '{0}'.</value>
<comment>Error when a user is not in the role</comment>
</data>
</root>
</root>