diff --git a/app/templates/views/service-settings/request-to-go-live.html b/app/templates/views/service-settings/request-to-go-live.html
index c967858a0..f80287c1a 100644
--- a/app/templates/views/service-settings/request-to-go-live.html
+++ b/app/templates/views/service-settings/request-to-go-live.html
@@ -17,22 +17,22 @@
{% call task_list_wrapper() %}
{{ task_list_item(
has_team_members,
- 'Add a team member who can manage settings, team and usage
+ 'Add a team member who can manage settings, team and usage
'.format(
url_for('main.manage_users', service_id=current_service.id)
)|safe,
) }}
{{ task_list_item(
has_templates,
- 'Add content to
-templates to show the kind of messages you’ll send'.format(
+ 'Add content to
+templates to show the kind of messages you’ll send'.format(
url_for('main.choose_template', service_id=current_service.id)
)|safe,
) }}
{% if has_email_templates %}
{{ task_list_item(
has_email_reply_to_address,
- 'Add an email reply-to address'.format(
+ 'Add an email reply-to address'.format(
url_for('main.service_email_reply_to', service_id=current_service.id)
)|safe,
) }}
@@ -40,7 +40,7 @@
{% if has_sms_templates and shouldnt_use_govuk_as_sms_sender %}
{{ task_list_item(
not sms_sender_is_govuk,
- 'Change your text message sender name'.format(
+ 'Change your text message sender name'.format(
url_for('main.service_sms_senders', service_id=current_service.id)
)|safe
) }}