Update failure label to the words used on the activity page.

We are not retrying message for 72 hours, so I removed that. The changes should be reviewed by someone.
This commit is contained in:
Rebecca Law
2016-05-23 10:18:07 +01:00
parent bca31a7e02
commit 048166b6a4

View File

@@ -16,8 +16,8 @@ Delivery and failure GOV.UK Notify
<ul class="list list-bullet">
<li><a href="#sending">Sending</a></li>
<li><a href="#delivered">Delivered</a></li>
<li><a href="#permanent-failure">Failed permanently</a></li>
<li><a href="#temporary-failure">Failed temporarily</a></li>
<li><a href="#permanent-failure">Permanently failed</a></li>
<li><a href="#temporary-failure">Temporarily failed</a></li>
<li><a href="#technical-failure">Technical failure</a></li>
</ul>
@@ -27,7 +27,7 @@ Delivery and failure GOV.UK Notify
<p>All new messages start with the state Sending.</p>
<p>If we cant deliver a message straight away, well keep trying for up to 72 hours.</p>
<p>This means that we have accepted the message, the message is waiting in a queue to be sent to the client provider.</p>
<h2 id="delivered" class="heading-medium">Delivered</h2>
@@ -35,7 +35,7 @@ Delivery and failure GOV.UK Notify
<p>We cant tell you if theyve read it to do so would require invasive and unreliable tracking techniques.</p>
<h2 id="permanent-failure" class="heading-medium">Failured permanently</h2>
<h2 id="permanent-failure" class="heading-medium">Permanently failed</h2>
<p>This means the email address or mobile number doesnt exist or is blacklisted also known as a hard bounce.</p>
@@ -43,11 +43,11 @@ Delivery and failure GOV.UK Notify
<p><strong>You need to remove this email address or mobile number from your database.</strong></p>
<h2 id="temporary-failure" class="heading-medium">Failed temporarily</h2>
<h2 id="temporary-failure" class="heading-medium">Temporarily failed</h2>
<p>This means the email address or mobile number was full, or the mobile phone was switched off  also known as a soft bounce.</p>
<p>Well retry emails for up to 15 minutes and text message for up to 72 hours. Messages still being retried are marked as Sending. We mark messages as Failed temporarily once weve given up.</p>
<p>We mark messages as Temporarily failed.</p>
<p>Youre still billed for these messages.</p>
@@ -57,7 +57,7 @@ Delivery and failure GOV.UK Notify
<p>This means there is a problem with the connection between Notify and our email or text message delivery partners.</p>
<p>Well try to send these messages for up to 72 hours. Messages still being retried are marked as Sending. We mark messages as Temporary failure once weve given up.</p>
<p>Messages still being retried are marked as Sending. We mark messages as Technical failure once weve given up.</p>
<p>You wont be billed for these messages.</p>