From 4391dff43bb852aa01a243ae49f320f1666d5623 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 24 Jan 2018 11:44:50 +0000 Subject: [PATCH] Content style fixes on request to go live page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s ‘per month’ – ‘a month’ is a colloquialism. Large numbers should be chunked using commas; ‘20,000’ already is, this commit makes ‘1000’ consistent. --- 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 ac0722fb5..f3bbd98de 100644 --- a/app/templates/views/service-settings/request-to-go-live.html +++ b/app/templates/views/service-settings/request-to-go-live.html @@ -42,8 +42,8 @@ ]) }}
{{ textbox(form.start_date, width='1-1') }} - {{ textbox(form.start_volume, width='1-1', hint='For example, ‘1000 a month’.') }} - {{ textbox(form.peak_volume, width='1-1', hint='For example, ‘Messages will increase to 20,000 a month in January’.') }} + {{ textbox(form.start_volume, width='1-1', hint='For example, ‘1,000 per month’.') }} + {{ textbox(form.peak_volume, width='1-1', hint='For example, ‘Messages will increase to 20,000 per month in January’.') }}
{{ checkbox_group('How are you going to send messages?', [ form.method_one_off,