IOTS-171 : Register form validation message corrected

This commit is contained in:
Rasika Perera 2017-01-06 21:44:02 +05:30
parent 4de481e501
commit b4ed33bcd0

View File

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