Browse Source

fix spaces

pull/2672/head
Rachael Booth 2 years ago
parent
commit
befe2283a5
  1. 2
      app/models/form/question.rb

2
app/models/form/question.rb

@ -229,7 +229,7 @@ class Form::Question
elsif header.present?
header
else
id.humanize
id.humanize
end
format_ending(label)
end

Loading…
Cancel
Save