We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0cfdf2 commit b9f1381Copy full SHA for b9f1381
views/account/login.tpl
@@ -108,7 +108,7 @@
108
<a href="{{urlfor "AccountController.FindPassword" }}" style="display: inline-block;float: right">{{i18n .Lang "common.forgot_password"}}</a>
109
</div>
110
<div class="form-group">
111
- <button type="button" id="btn-login" class="btn btn-success" style="width: 100%" data-loading-text="{{i18n .Lang "common.logging_in"}}" autocomplete="off">{{i18n .Lang "common.login"}}</button>
+ <button type="button" id="btn-login" class="btn btn-success" style="width: 100%" data-loading-text="{{i18n .Lang "message.logging_in"}}" autocomplete="off">{{i18n .Lang "common.login"}}</button>
112
113
{{if .ENABLED_REGISTER}}
114
{{if ne .ENABLED_REGISTER "false"}}
0 commit comments