From 85203b47cd86647511e5456fca1831cb8263e84e Mon Sep 17 00:00:00 2001
From: Olimpia Magliulo <olimpiam@intern-ikts-MacBook-Air.local>
Date: Tue, 14 Nov 2017 11:32:22 +0100
Subject: [PATCH] Fix missing label translation

---
 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 bbd9f01d9..bff1f2f9e 100644
--- a/modules/core/templates/loginuserpass.twig
+++ b/modules/core/templates/loginuserpass.twig
@@ -64,7 +64,7 @@
                 </div>
 
                 <div class="pure-control-group">
-                    <label for="password">Password</label>
+                    <label for="password">{{ 'Password'|trans}}</label>
 
                     <input id="password" type="password" tabindex="2" name="password" />
 
-- 
GitLab