From 546c892e0b00dbd6cbf4620edae68463736528f5 Mon Sep 17 00:00:00 2001 From: suvarnathekkoot <95478835+suvarnathekkoot@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:07:23 +0000 Subject: [PATCH] CIV-10119 Wording update (#3177) * CIV-10119 Wording update Co-authored-by: kdaHMCTS <128375235+kdaHMCTS@users.noreply.github.com> Co-authored-by: krishnanuthalapati <32389208+krishnanuthalapati@users.noreply.github.com> Co-authored-by: asthamalviya <104994907+asthamalviya@users.noreply.github.com> Co-authored-by: mfallonhmcts <114912573+mfallonhmcts@users.noreply.github.com> --- .../confirmation/RepayPlanConfirmationText.java | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/main/java/uk/gov/hmcts/reform/civil/handler/callback/user/spec/response/confirmation/RepayPlanConfirmationText.java b/src/main/java/uk/gov/hmcts/reform/civil/handler/callback/user/spec/response/confirmation/RepayPlanConfirmationText.java index 5a37a167eb2..8ff66d373c0 100644 --- a/src/main/java/uk/gov/hmcts/reform/civil/handler/callback/user/spec/response/confirmation/RepayPlanConfirmationText.java +++ b/src/main/java/uk/gov/hmcts/reform/civil/handler/callback/user/spec/response/confirmation/RepayPlanConfirmationText.java @@ -63,9 +63,17 @@ public Optional generateTextFor(CaseData caseData) { } sb.append(" legal representative if you need details on how to pay") .append("

") - .append("If you do not pay immediately, ").append(applicantName) - .append(" can request a county court judgment against you.") - + .append("If you do not pay immediately, ").append(applicantName); + if (caseData.getRespondent2() != null || caseData.getApplicant2() != null) { + sb.append(" can either:") + .append("