From c9a2facf6eb98afb3ad794a930937a6fed8160ad Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 13 Dec 2024 18:23:58 +0100 Subject: [PATCH] wait #6967 @0.25 --- wp-content/mu-plugins/cube/src/Forms/Consultation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/mu-plugins/cube/src/Forms/Consultation.php b/wp-content/mu-plugins/cube/src/Forms/Consultation.php index 9b40ec50..4b3e32aa 100644 --- a/wp-content/mu-plugins/cube/src/Forms/Consultation.php +++ b/wp-content/mu-plugins/cube/src/Forms/Consultation.php @@ -98,7 +98,7 @@ class Consultation extends Base { __('No', 'ccv'), ]), - Radio::field('able-to-self-fund', __('Are you able to self-fund the treatment? Typical costs are £36,000.', 'ccv')) + Radio::field('able-to-self-fund', __('Are you able to self-fund the treatment? (Typically, £32K to £36K)', 'ccv')) ->options([ __('Yes', 'ccv'), __('No', 'ccv'), -- 2.39.5