From 78de805b9a762c7f1d2a8bf42e566fc5a2343813 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 22 Aug 2016 10:19:25 +0100 Subject: [PATCH] Remove and/or from request to go live page We don't use 'and/or' - you should just stick to 'and'. --- app/templates/views/service-settings/request-to-go-live.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 cb725f1fb..f25a9baa5 100644 --- a/app/templates/views/service-settings/request-to-go-live.html +++ b/app/templates/views/service-settings/request-to-go-live.html @@ -30,7 +30,7 @@ {{ textbox( form.usage, - label='Estimate how many emails and/or text messages you’ll send each month', + label='Estimate how many emails and text messages you’ll send each month', hint='If your estimate is likely to change, tell us how ', width='1-1', rows=5 @@ -57,7 +57,7 @@ - {{ page_footer('Request to go live') }} + {{ page_footer('Request to go live') }}