Skip to content

Commit bdb435f

Browse files
authored
Merge pull request #386 from Shankschn/master
Update login.html
2 parents 724e01c + 5e5b652 commit bdb435f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simpleui/templates/admin/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
{% if password_reset_url %}
9696

9797
<div class="password-reset-link">
98-
<a class="forgot-password" href="{{ password_reset_url }}">{% translate 'Forgotten your password or username?' %}</a>
98+
<a class="forgot-password" href="{{ password_reset_url }}">{% trans 'Forgotten your password or username?' %}</a>
9999
</div>
100100
{% endif %}
101101
<div class="simpleui-input-inline login-btn">

0 commit comments

Comments
 (0)