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