diff --git a/app/templates/views/service_dashboard.html b/app/templates/views/service_dashboard.html
index 90b4ecc0d..f7a6dc7fa 100644
--- a/app/templates/views/service_dashboard.html
+++ b/app/templates/views/service_dashboard.html
@@ -29,12 +29,12 @@
{% if current_user.has_permissions(['manage_templates']) %}
-
- Add a template
+ Add a template
{% endif %}
{% if current_user.has_permissions(['send_texts', 'send_emails', 'send_letters']) %}
-
- Send yourself a text message
+ Send yourself a text message
{% endif %}
@@ -42,7 +42,7 @@
{% elif not jobs %}
{% call banner_wrapper(subhead='Next step', type="tip") %}
{% if current_user.has_permissions(['send_texts', 'send_emails', 'send_letters']) %}
- Send yourself a text message
+ Send yourself a text message
{% endif %}
{% endcall %}
{% else %}