Merge pull request #522 from rasika/release-2.0.x

IOTS-171 : Register form validation message corrected
revert-70aa11f8
Rasika Perera 8 years ago committed by GitHub
commit b610c7605f

@ -74,8 +74,7 @@
data-errormsg="{{usernameRegExViolationErrorMsg}}" class="form-control"/> data-errormsg="{{usernameRegExViolationErrorMsg}}" class="form-control"/>
<span class=" usernameError hidden glyphicon glyphicon-remove form-control-feedback"></span> <span class=" usernameError hidden glyphicon glyphicon-remove form-control-feedback"></span>
<label class="error usernameEmpty hidden" for="summary">This field is required. <label class="error usernameEmpty hidden" for="summary">This field is required.
Username should be in minimum 3 characters long and do not include any Username should be at least 3 characters long with no white spaces.</label>
whitespaces.</label>
</div> </div>
<label class="wr-input-label">First Name *</label> <label class="wr-input-label">First Name *</label>
<div id="firstNameField" class="form-group wr-input-control"> <div id="firstNameField" class="form-group wr-input-control">

Loading…
Cancel
Save