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