From e1231ccb19f52b9771372d7399f53f34f6b7fd43 Mon Sep 17 00:00:00 2001 From: Arthur Campbell Date: Tue, 21 Mar 2023 13:54:50 +0000 Subject: [PATCH] correct linting error --- app/models/form/sales/questions/number_of_others_in_property.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/form/sales/questions/number_of_others_in_property.rb b/app/models/form/sales/questions/number_of_others_in_property.rb index db3bc54e3..556ddf837 100644 --- a/app/models/form/sales/questions/number_of_others_in_property.rb +++ b/app/models/form/sales/questions/number_of_others_in_property.rb @@ -3,7 +3,7 @@ class Form::Sales::Questions::NumberOfOthersInProperty < ::Form::Question super(id, hsh, page) @id = "hholdcount" @check_answer_label = "Number of other people living in the property" - @header = "Besides the #{"buyer".pluralize(joint_purchase ? 2 : 1)}, how many other people live or will live in the property?" + @header = "Besides the #{'buyer'.pluralize(joint_purchase ? 2 : 1)}, how many other people live or will live in the property?" @type = "numeric" @hint_text = hint(joint_purchase) @width = 2