From 4d125b6ec10070ed83f910f0b134ac5a8eb2ae2e Mon Sep 17 00:00:00 2001 From: Oswald Quek Date: Mon, 13 Jan 2025 17:19:27 +0000 Subject: [PATCH] [squash] fix wording --- app/views/simplified-account/settings/api-keys/index.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/simplified-account/settings/api-keys/index.njk b/app/views/simplified-account/settings/api-keys/index.njk index 8fe8fa6d2..2a5073aa3 100644 --- a/app/views/simplified-account/settings/api-keys/index.njk +++ b/app/views/simplified-account/settings/api-keys/index.njk @@ -20,7 +20,7 @@ } ) }} -

Use these to connect your digital service to Pay and to access the reporting API.

+

Use these to connect your {% if accountType === 'test' %}test{% else %}live{% endif %} digital service to Pay and to access the reporting API.

You do not need API keys to use payment links.