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,7 +36,7 @@ | ||
36 | <div class="card-block"> | 36 | <div class="card-block"> |
37 | <div class="row"> | 37 | <div class="row"> |
38 | <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 text-center"> | 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 | </div> | 40 | </div> |
41 | </div> | 41 | </div> |
42 | 42 |