Remove and/or from request to go live page

We don't use 'and/or' - you should just stick to 'and'.
This commit is contained in:
Chris Hill-Scott
2016-08-22 10:19:25 +01:00
parent 8cca2ef235
commit 78de805b9a

View File

@@ -30,7 +30,7 @@
{{ textbox( {{ textbox(
form.usage, form.usage,
label='Estimate how many emails and/or text messages youll send each month', label='Estimate how many emails and text messages youll send each month',
hint='If your estimate is likely to change, tell us how ', hint='If your estimate is likely to change, tell us how ',
width='1-1', width='1-1',
rows=5 rows=5
@@ -57,7 +57,7 @@
</li> </li>
</ul> </ul>
{{ page_footer('Request to go live') }} {{ page_footer('Request to go live') }}
</form> </form>
</div> </div>