From f680ae8a1d364cbcfabbd3cf184c845d0b448139 Mon Sep 17 00:00:00 2001
From: Heiko Przybyl <htto@users.noreply.github.com>
Date: Tue, 26 May 2020 10:48:40 +0200
Subject: [PATCH] core/loginuserpass: Fix login button translation (#1332)

Fixes 336b7abef59e47c6e16c3587a703af558871072a which changed the label from
'Login' to a single-use 'Log in' whilste the translations only have 'Login'.
---
 modules/core/templates/loginuserpass.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/core/templates/loginuserpass.twig b/modules/core/templates/loginuserpass.twig
index 3eb6aaf34..4b6f3d4ff 100644
--- a/modules/core/templates/loginuserpass.twig
+++ b/modules/core/templates/loginuserpass.twig
@@ -114,7 +114,7 @@
 
             <button class="pure-button pure-button-red pure-input-1-2 pure-input-sm-1-1 right" id="submit_button"
                     type="submit" tabindex="6" data-processing="{% trans %}Processing...{% endtrans %}">
-              {% trans %}Log in{% endtrans %}
+              {% trans %}Login{% endtrans %}
             </button>
         </form>
     </div><!--center-->
-- 
GitLab