You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/locales/en.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -365,6 +365,14 @@ en:
365
365
goto_page_doesnt_exist: The question you’re taking the person to no longer exists - edit question %{question_number}’s route
366
366
route_number_for_any_other_answer: for any other answer
367
367
prefix: 'Error:'
368
+
routes:
369
+
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
371
+
page_list:
372
+
cannot_route_backwards_from_generic_page: The route from question %{question_number} cannot go to a previous question - edit this route
373
+
cannot_route_backwards_from_selection_page:
374
+
one: A route from question %{question_number} is going to a previous question - edit this route
375
+
other: Routes from question %{question_number} are going to a previous question - edit this question’s routes
0 commit comments