Commit 382f5edf819eb313295d1fad27ef34ffccade9e0
1 parent
b3f9a0e9
Exists in
master
and in
2 other branches
Modified outside title as requested by Bento
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
users/templates/users/login.html
... | ... | @@ -36,7 +36,7 @@ |
36 | 36 | <div class="card-block"> |
37 | 37 | <div class="row"> |
38 | 38 | <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 text-center"> |
39 | - <h2 class="outside-title"><strong> {% trans 'Sign in with your account to continue' %} </strong></h2> | |
39 | + <h2 class="outside-title"><strong> {% trans 'Sign in with your account' %} </strong></h2> | |
40 | 40 | </div> |
41 | 41 | </div> |
42 | 42 | ... | ... |