From 102df46a800de8ad7a4a77f3cfc8e321aad51f20 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 14 May 2014 23:03:40 +0200 Subject: [PATCH] Reduce page title size h1 was a bit too big --- templates/default/error.html.ep | 2 +- templates/default/feedback_thanks.html.ep | 2 +- templates/default/goodby.html.ep | 2 +- templates/default/password.html.ep | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/default/error.html.ep b/templates/default/error.html.ep index cda6788..ba9e5de 100644 --- a/templates/default/error.html.ep +++ b/templates/default/error.html.ep @@ -3,7 +3,7 @@ %= include 'public_toolbar'
-

<%=l 'ERROR_OCCURED' %>

+

<%= $msg %>

<%=l 'BACK_TO_MAIN_MENU' %> diff --git a/templates/default/feedback_thanks.html.ep b/templates/default/feedback_thanks.html.ep index 2af2719..574e4b5 100644 --- a/templates/default/feedback_thanks.html.ep +++ b/templates/default/feedback_thanks.html.ep @@ -4,7 +4,7 @@

-

<%=l 'THANK_YOU' %>

+

<%=l 'THANK_YOU' %>

<%=l 'THANKS_FOR_YOUR_FEEDBACK' %>

<%=l 'BACK_TO_MAIN_MENU' %> diff --git a/templates/default/goodby.html.ep b/templates/default/goodby.html.ep index da9fe26..75c9721 100644 --- a/templates/default/goodby.html.ep +++ b/templates/default/goodby.html.ep @@ -4,7 +4,7 @@

-

<%=l 'THANKS_SEE_YOU_SOON' %>

+

<%=l 'THANKS_SEE_YOU_SOON' %>

<%=l 'THANKS_FOR_USING' %>

<%=l 'BACK_TO_MAIN_MENU' %> diff --git a/templates/default/password.html.ep b/templates/default/password.html.ep index 1f86320..68beb3d 100644 --- a/templates/default/password.html.ep +++ b/templates/default/password.html.ep @@ -4,7 +4,7 @@

-

<%=l 'PASSWORD_REQUIRED' %>

+

<%=l 'PASSWORD_REQUIRED' %>

<%=l 'A_PASSWORD_IS_NEEDED_TO_JOIN' %>