diff --git a/prototype/app/views/layouts/main.html b/prototype/app/views/layouts/main.html index 417fcfdfd..812b6abb2 100644 --- a/prototype/app/views/layouts/main.html +++ b/prototype/app/views/layouts/main.html @@ -53,7 +53,7 @@ tag: { text: "Prototype" }, - html: 'This is a new service – your feedback will help us to improve it.' + html: 'This is a new service – your feedback will help us to improve it.' }) }} diff --git a/prototype/app/views/layouts/signed-in.html b/prototype/app/views/layouts/signed-in.html index 13f6e7993..9d5b3569e 100644 --- a/prototype/app/views/layouts/signed-in.html +++ b/prototype/app/views/layouts/signed-in.html @@ -54,7 +54,7 @@ tag: { text: "Prototype" }, - html: 'This is a new service – your feedback will help us to improve it.' + html: 'This is a new service – your feedback will help us to improve it.' }) }} {% block beforeMain %}{% endblock %}