Browse Source

feat: typo fix

pull/1381/head
natdeanlewissoftwire 3 years ago
parent
commit
ffbf12a3f7
  1. 2
      app/models/form/sales/questions/grant.rb

2
app/models/form/sales/questions/grant.rb

@ -9,7 +9,7 @@ class Form::Sales::Questions::Grant < ::Form::Question
@max = 999_999 @max = 999_999
@width = 5 @width = 5
@prefix = "£" @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 @question_number = 101
end end
end end

Loading…
Cancel
Save