From 546440ece05b6ea10a7a3ddf7c745fc6a23d12ad Mon Sep 17 00:00:00 2001 From: Yi Liu Date: Fri, 9 Feb 2018 11:48:00 -0800 Subject: [PATCH] Fix layout.html "Lost Password" link --- applications/welcome/views/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/welcome/views/layout.html b/applications/welcome/views/layout.html index 9f664c45..54dcf8d2 100644 --- a/applications/welcome/views/layout.html +++ b/applications/welcome/views/layout.html @@ -75,7 +75,7 @@ {{else:}} {{=T('Login')}} {{=T('Sign up')}} - {{=T('Lost Password')}} + {{=T('Lost Password')}} {{pass}}