From 202b00cd0aece38a6e528de117b925ae516e4b5e Mon Sep 17 00:00:00 2001 From: Ryan Andrews Date: Tue, 10 Sep 2024 17:09:47 +0100 Subject: [PATCH] BAU: Fix content to refer to go-live page 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]- https://github.com/govuk-one-login/onboarding-self-service-experience/pull/872 --- express/src/views/clients/client-details.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/express/src/views/clients/client-details.njk b/express/src/views/clients/client-details.njk index 90c9ee192..8a4336a64 100644 --- a/express/src/views/clients/client-details.njk +++ b/express/src/views/clients/client-details.njk @@ -434,7 +434,7 @@

Production client

-

You can add a production client if you join our public beta.

+

You can add a production client if you go live with GOV.UK One Login.

{% endblock %} {% block scripts %}