From dc8cb1ba6dfc2def7146caf86b51b25f506d59e7 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 17 Dec 2024 15:55:55 +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 4b3e32aa..5722bc8e 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? (Typically, £32K to £36K)', 'ccv')) + Radio::field('able-to-self-fund', __('Are you able to self-fund the treatment? (Typically, £32K+)', 'ccv')) ->options([ __('Yes', 'ccv'), __('No', 'ccv'), -- 2.39.5