From ffbf12a3f7701373d7ddaee0a3c74b7bd3472699 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Mon, 6 Mar 2023 16:25:17 +0000 Subject: [PATCH] feat: typo fix --- app/models/form/sales/questions/grant.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/form/sales/questions/grant.rb b/app/models/form/sales/questions/grant.rb index 7a2f5442f..9b0fd3091 100644 --- a/app/models/form/sales/questions/grant.rb +++ b/app/models/form/sales/questions/grant.rb @@ -9,7 +9,7 @@ class Form::Sales::Questions::Grant < ::Form::Question @max = 999_999 @width = 5 @prefix = "£" - @hint_text = "For all schemes except Right to Buy (RTB), Preserved Right to Buy (PRTB), Voluntary Right to Buy (VRTB)" + @hint_text = "For all schemes except Right to Buy (RTB), Preserved Right to Buy (PRTB), Voluntary Right to Buy (VRTB) and Rent to Buy" @question_number = 101 end end