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' %>