Skip to content

Commit

Permalink
BAU: Fix content to refer to go-live page
Browse files Browse the repository at this point in the history
Previously this content referred to the join public beta page,
which was removed in a previous PR[1]. However this small bit of
content was forgotten. This updates the phrasing and link to refer
to the new page 'Go live with GOV.UK One Login'

[1]- #872
  • Loading branch information
Ryan-Andrews99 committed Sep 10, 2024
1 parent 4c76e96 commit 202b00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion express/src/views/clients/client-details.njk
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
<hr class="govuk-section-break govuk-section-break--s govuk-section-break--visible govuk-!-margin-bottom-7 govuk-!-margin-top-7">

<h2 class="govuk-heading-m govuk-!-margin-bottom-2">Production client</h2>
<p class="govuk-body govuk-!-margin-top-3">You can add a production client if you <a class="govuk-link" href="/services/{{ serviceId }}/clients/{{ clientId }}/{{ selfServiceClientId }}/public-beta">join our public beta</a>.</p>
<p class="govuk-body govuk-!-margin-top-3">You can add a production client if you <a class="govuk-link" href="/services/{{ serviceId }}/clients/{{ clientId }}/{{ selfServiceClientId }}/go-live">go live with GOV.UK One Login</a>.</p>
{% endblock %}

{% block scripts %}
Expand Down

0 comments on commit 202b00c

Please sign in to comment.