From 2c62409dbd150bd69020cbdc8648610aa62c6338 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Thu, 11 Apr 2019 16:32:02 +0100 Subject: [PATCH] Update status information --- app/templates/views/message-status.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/views/message-status.html b/app/templates/views/message-status.html index d7634edf4..b5dbbed3b 100644 --- a/app/templates/views/message-status.html +++ b/app/templates/views/message-status.html @@ -3,7 +3,7 @@ {% from "components/table.html" import mapping_table, row, text_field %} {% block per_page_title %} - Message statuses + Message status {% endblock %} {% block maincolumn_content %} @@ -29,9 +29,9 @@ >

Types of message status

These are the types of message status you’ll see when you’re signed in to Notify.

-

If you're using our API, some of the statuses you'll see will be different. Read our documentation for a detailed list of API message status types.

+

If you're using our API, some of the statuses you'll see will be different. Read our documentation for a detailed list of API message statuses.

-

Email

+

Emails

{% call mapping_table( caption='Message statuses – emails', @@ -89,7 +89,7 @@ {% for message_length, charge in [ ('Sent', 'Notify has sent the letter to the provider to be printed.'), ('Cancelled', 'Sending cancelled. Your letter will not be printed or dispatched.'), - ('Technical failure', 'Notify had an unexpected error while sending to our printing provider.'), + ('Technical failure', 'Notify had an unexpected error while sending the letter to our printing provider.'), ] %} {% call row() %} {{ text_field(message_length) }}