Skip to content

Commit

Permalink
updates error message
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCouzens committed Aug 15, 2024
1 parent 52b8f47 commit f03c75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/step_select_postcode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def validate_with(workflow, value)
workflow.traverse_to(successor_step)
else
set_flash("Sorry, '#{value}' does not appear to be a valid value for a #{subtype_label}.
Have you left a space between the digits?")
Perhaps there's a typo or too many characters or maybe an extra space somewhere?")
end
end

Expand Down

0 comments on commit f03c75a

Please sign in to comment.