修改错误提示措辞

This commit is contained in:
sxw
2015-11-30 18:06:40 +08:00
parent 6b3168d0ff
commit d95f401d5b
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
<div class="form-group"> <div class="form-group">
<label for="confirm_password">确认密码</label> <label for="confirm_password">确认密码</label>
<input type="password" class="form-control input-lg" id="confirm_password" name="confirm_password" <input type="password" class="form-control input-lg" id="confirm_password" name="confirm_password"
placeholder="确认密码" maxlength="30" data-match="#new_password" data-match-error="两密码不一致" required> placeholder="确认密码" maxlength="30" data-match="#new_password" data-match-error="两密码不一致" required>
<div class="help-block with-errors"></div> <div class="help-block with-errors"></div>
</div> </div>

View File

@@ -28,7 +28,7 @@
<label for="confirm_password">确认密码</label> <label for="confirm_password">确认密码</label>
<input type="password" class="form-control input-lg" id="confirm_password" name="confirm_password" <input type="password" class="form-control input-lg" id="confirm_password" name="confirm_password"
placeholder="确认密码" maxlength="30" data-match="#new_password" data-error="请输入确认密码" placeholder="确认密码" maxlength="30" data-match="#new_password" data-error="请输入确认密码"
data-match-error="两密码不一致" data-match-error="两密码不一致"
required> required>
<div class="help-block with-errors"></div> <div class="help-block with-errors"></div>