Merge pull request #3050 from alphagov/contact-call-to-action-update

Make 'contact us' links consistent
This commit is contained in:
karlchillmaid
2019-07-12 11:30:23 +01:00
committed by GitHub
9 changed files with 12 additions and 15 deletions

View File

@@ -35,7 +35,7 @@
<!--<li>you can track when the recipient downloads your document</li>-->
<li>email attachments are often marked as spam</li>
</ul>
<p><a href="{{ url_for('.feedback', ticket_type='ask-question-give-feedback') }}">Contact the team</a> and ask us to turn this feature on for your service.</p>
<p><a href="{{ url_for('.feedback', ticket_type='ask-question-give-feedback') }}">Contact us</a> if you want to send files by email.</p>
<p>Read our <a href="{{ url_for('.documentation') }}">API documentation</a> for more information.</p>
<h3 class="heading heading-small">Add a reply-to address</h3>

View File

@@ -24,7 +24,7 @@
<h3 class="heading heading-small">Receive text messages</h3>
<p>Let people send messages to your service or reply to your texts.</p>
<p>You can see and reply to the messages you receive, or set up your own automated processes to manage replies.</p>
<p><a href="{{ url_for('.feedback', ticket_type='ask-question-give-feedback') }}">Contact the team</a> to request a unique number for text message replies.</p>
<p><a href="{{ url_for('.feedback', ticket_type='ask-question-give-feedback') }}">Contact us</a> to request a unique number for text message replies.</p>
<h3 class="heading heading-small">Show people who your texts are from</h3>
<p>When you send a text message with Notify, the sender name tells people who it's from.</p>

View File

@@ -11,7 +11,7 @@
<p>The GOV.UK Notify roadmap shows the things were working on and when we hope to have them ready for you to use.</p>
<p>Notify is in public beta. This means its fully operational and supported, but were regularly adding new features. The roadmap is a guide to what we have planned, but some things might change.</p>
<p>You can <a href="{{url_for('.feedback', ticket_type='ask-question-give-feedback')}}">contact us</a> for more detail about these features, or to suggest something else youd like Notify to offer.</p>
<p>You can <a href="{{url_for('.feedback', ticket_type='ask-question-give-feedback')}}">contact us</a> if you have any questions about the roadmap or suggestions for new features.</p>
<h2 class="heading-medium">January to March 2019</h2>

View File

@@ -50,7 +50,7 @@
<li>your email address and password</li>
<li>a text message code that Notify sends to your phone</li>
</ul>
<p>If receiving text messages at work is a problem for your team, <a href="https://www.notifications.service.gov.uk/">contact us</a> about using an email link instead.</p>
<p>If signing in with a text message is a problem for your team, <a href="https://www.notifications.service.gov.uk/">contact us</a> to find out about using an email link instead.</p>
<h2 class="heading-medium">Information risk management</h2>
<p>Our approach to information risk management follows National Cyber Security Centre (NCSC) guidance. It assesses:</p>

View File

@@ -29,7 +29,7 @@
Your letters do not have a logo.
</p>
<p>
<a href="{{ url_for('main.feedback', ticket_type='ask-question-give-feedback', body='letter-branding') }}">Contact support</a>
<a href="{{ url_for('main.feedback', ticket_type='ask-question-give-feedback', body='letter-branding') }}">Contact us</a>
if you want to add your organisations logo.
</p>
{% endif %}

View File

@@ -34,8 +34,7 @@
Your team members sign in with a text message code.
</p>
<p>
If signing in with a text message is a problem for your team,
please <a href="{{ url_for('.support') }}">contact us</a>.
<a href="{{ url_for('.support') }}">Contact us</a> if signing in with a text message is a problem for your team.
</p>
{% endif %}
</div>

View File

@@ -20,8 +20,7 @@
Your service can receive text messages sent to {{ current_service.inbound_number }}.
</p>
<p>
If you want to switch this feature off,
<a href="{{ url_for('.support') }}">get in touch with the GOV.UK&nbsp;Notify team</a>.
<a href="{{ url_for('.support') }}">Contact us</a> if you want to switch this feature off.
</p>
{% if current_user.has_permissions('manage_api_keys') %}
<p>
@@ -31,8 +30,7 @@
{% endif %}
{% else %}
<p>
If you want to be able to receive text messages from your users, please
<a href="{{ url_for('.support') }}">get in touch</a>.
<a href="{{ url_for('.support') }}">Contact us</a> if you want to be able to receive text messages from your users.
</p>
<p>
Well create a special phone number for your users to contact. You'll be able to see

View File

@@ -176,7 +176,7 @@
and is supported 24 hours a day, 7 days a week.
</p>
<p>
<a href="{{ url_for('main.support') }}">Contact the team</a> if you have a question or want
<a href="{{ url_for('main.support') }}">Contact us</a> if you have a question or want
to give feedback.
</p>
</div>