From feefa5a209ef2437d09613d1e4bec4c3cf9af463 Mon Sep 17 00:00:00 2001 From: Kenneth Lee Date: Tue, 6 Aug 2024 13:59:54 +0100 Subject: [PATCH] LUPEYALPHA-805 - contract type hint text change --- .../journeys/further_education_payments/contract_type_form.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/forms/journeys/further_education_payments/contract_type_form.rb b/app/forms/journeys/further_education_payments/contract_type_form.rb index 47ec1e609a..087f683fa6 100644 --- a/app/forms/journeys/further_education_payments/contract_type_form.rb +++ b/app/forms/journeys/further_education_payments/contract_type_form.rb @@ -20,7 +20,7 @@ def radio_options OpenStruct.new( id: "variable_hours", name: t("options.variable_hours"), - hint: "This includes zero hours contract and hourly paid" + hint: "This includes zero hours and hourly paid contract types" ) ] end