修改错误提示措辞
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user