You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
varerr=M.Error.extend({msg: this.msg ? this.parseMessage(this.msg,obj) : key+' is required and is not set.',code: M.ERR_VALIDATION_PRESENCE,errObj: {msg: this.msg ? this.parseMessage(this.msg,obj) : key+' is required and is not set.',viewId: obj.id,validator: 'PRESENCE',onSuccess: obj.onSuccess,onError: obj.onError}});
so you can do this:
M.PresenceValidator.msg = "{label}: your custom message.";
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The error messages are not ready for custom localization.
I use this hack in my version:
validator.js
all validators:
so you can do this:
The text was updated successfully, but these errors were encountered: