Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
Signed-off-by: leozhang2018 <[email protected]>
  • Loading branch information
leozhang2018 committed Nov 17, 2021
1 parent 2e5bb05 commit bf2e85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-web/templates/password.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<input required id="password" name="password" type="password" class="form-control" placeholder="请输入密码" {{ if .Invalid }} autofocus {{ end }}/>
</div>
{{ if .Invalid }}
<p class="text-left error-text">{{ .UsernamePrompt }}和密码不正确</p>
<p class="text-left error-text">{{ .UsernamePrompt }}或密码不正确</p>
{{ end }}
<button type="submit" class="btn btn-primary btn-md btn-block">登录</button>
</form>
Expand Down

0 comments on commit bf2e85a

Please sign in to comment.