Skip to content

Commit b9f1381

Browse files
committed
Update login.tpl
1 parent d0cfdf2 commit b9f1381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/account/login.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<a href="{{urlfor "AccountController.FindPassword" }}" style="display: inline-block;float: right">{{i18n .Lang "common.forgot_password"}}</a>
109109
</div>
110110
<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>
111+
<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>
112112
</div>
113113
{{if .ENABLED_REGISTER}}
114114
{{if ne .ENABLED_REGISTER "false"}}

0 commit comments

Comments
 (0)