diff --git a/source/_layouts/daily_email.html.twig b/source/_layouts/daily_email.html.twig index 1b922f36..62d00cfd 100644 --- a/source/_layouts/daily_email.html.twig +++ b/source/_layouts/daily_email.html.twig @@ -19,7 +19,7 @@ {% block content_bottom %} {% include 'daily-email-form.html.twig' with { intro: 'Sign up here and get more like this delivered straight to your inbox every day.', - title: 'Was this useful?', + title: 'Was this interesting?', } %} {% include 'about-me.html.twig' %} diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index 7ffcbe53..37149837 100644 --- a/source/_layouts/post.html.twig +++ b/source/_layouts/post.html.twig @@ -9,7 +9,7 @@ {% block content_bottom %} {% include 'daily-email-form.html.twig' with { intro: 'Sign up here and get more like this delivered straight to your inbox every day.', - title: 'Was this useful?', + title: 'Was this interesting?', } %} {% include 'about-me.html.twig' %}