From 8c05c082498315a3e9edb9686a6b758443f04b31 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 1 Jul 2016 07:06:11 +0100 Subject: [PATCH] =?UTF-8?q?Reword=20=E2=80=98send=20emails=E2=80=99=20to?= =?UTF-8?q?=20=E2=80=98upload=20recipients=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …and change the page heading on next page to match. ‘Send emails’ doesn’t speak to you if you already have the idea of a file or address book in mind. ‘Upload’ better describes what you’re going to do on the next page. Also makes all the links regular weight, because having the first one bold looked like a heading. --- app/assets/stylesheets/components/message.scss | 4 ---- app/templates/views/send.html | 4 ++-- app/templates/views/templates/_template.html | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/components/message.scss b/app/assets/stylesheets/components/message.scss index bf8a2c8ab..bcac5f7a5 100644 --- a/app/assets/stylesheets/components/message.scss +++ b/app/assets/stylesheets/components/message.scss @@ -29,10 +29,6 @@ } - .primary { - @include bold-19; - } - } } diff --git a/app/templates/views/send.html b/app/templates/views/send.html index 8247eee35..b66dfb639 100644 --- a/app/templates/views/send.html +++ b/app/templates/views/send.html @@ -11,7 +11,7 @@ {% block maincolumn_content %} -

Send {{ 'text messages' if 'sms' == template.template_type else 'emails' }}

+

Upload recipients

{% if 'sms' == template.template_type %}
@@ -35,7 +35,7 @@ diff --git a/app/templates/views/templates/_template.html b/app/templates/views/templates/_template.html index 3cfd64051..50cf966f9 100644 --- a/app/templates/views/templates/_template.html +++ b/app/templates/views/templates/_template.html @@ -24,7 +24,7 @@
{% if current_user.has_permissions(permissions=['send_texts', 'send_emails', 'send_letters']) %} - Send {{ 'text messages' if 'sms' == template.template_type else 'emails' }} + Upload recipients Send yourself a test