Merge remote-tracking branch 'ka/dev' into dev
This commit is contained in:
commit
79d3723df5
|
|
@ -622,7 +622,7 @@ $.extend($.validator, {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} catch(e) {
|
} 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);
|
+ ", check the '" + rule.method + "' method", e);
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
<comment>Error when optimistic concurrency fails</comment>
|
<comment>Error when optimistic concurrency fails</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="DefaultError" xml:space="preserve">
|
<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>
|
<comment>Default identity result error message</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuplicateEmail" xml:space="preserve">
|
<data name="DuplicateEmail" xml:space="preserve">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue