From 8883a6d62dbcad4e2f4f60913552c69f928d44a5 Mon Sep 17 00:00:00 2001 From: Maxime Bombar Date: Mon, 13 Aug 2018 15:47:08 +0200 Subject: [PATCH] [translate][base.html]'Sign in' is the same as 'Log in'. 'Register' = 'Sign up' --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 698195f7..14b028c9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -126,7 +126,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% if var_sa %}
  • - {% trans "Sign in" %} + {% trans "Sign up" %}
  • {% endif %}