Skip to content

Commit d4ae2de

Browse files
thomasileshannahkc
andauthored
Add missing comma to routes error message
Co-authored-by: Hannah Content <hannah.cooper@digital.cabinet-office.gov.uk>
1 parent a81376c commit d4ae2de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ en:
367367
prefix: 'Error:'
368368
routes:
369369
cannot_route_backwards_from_generic_page: The route from question %{question_number} cannot go to a previous question - edit this route
370-
cannot_route_backwards_from_selection_page: The route from question %{question_number}, option %{option_number}, cannot go to a previous question - edit this route
370+
cannot_route_backwards_from_selection_page: The route from question %{question_number}, option %{option_number} cannot go to a previous question - edit this route
371371
page_list:
372372
cannot_route_backwards_from_generic_page: The route from question %{question_number} cannot go to a previous question - edit this route
373373
cannot_route_backwards_from_selection_page:

0 commit comments

Comments
 (0)