Skip to content

Commit

Permalink
fix(TripPlanner): Update the error message to match intent from OTP (#…
Browse files Browse the repository at this point in the history
…1784)

* fix(TripPlanner): Update the error message to match intent from OTP

* Removed inspect
  • Loading branch information
kotva006 authored Oct 30, 2023
1 parent a0bf515 commit b13d9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/site/lib/site_web/views/trip_compare_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ defmodule SiteWeb.TripCompareView do
outside_bounds: "We can only plan trips inside the MBTA transitshed.",
no_transit_times: "We were unable to plan a trip at the time you selected.",
same_address: "You must enter two different locations.",
location_not_accessible: "We were unable to plan an accessible trip between those locations.",
location_not_accessible: "We were unable to plan a trip between those locations.",
path_not_found: "We were unable to plan a trip between those locations.",
too_close: "We were unable to plan a trip between those locations.",
unknown: "An unknown error occurred. Please try again, or try a different address.",
Expand Down
2 changes: 1 addition & 1 deletion apps/site/lib/site_web/views/trip_plan_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ defmodule SiteWeb.TripPlanView do
outside_bounds: "We can only plan trips inside the MBTA transitshed.",
no_transit_times: "We were unable to plan a trip at the time you selected.",
same_address: "You must enter two different locations.",
location_not_accessible: "We were unable to plan an accessible trip between those locations.",
location_not_accessible: "We were unable to plan a trip between those locations.",
path_not_found: "We were unable to plan a trip between those locations.",
too_close: "We were unable to plan a trip between those locations.",
unknown: "An unknown error occurred. Please try again, or try a different address.",
Expand Down

0 comments on commit b13d9ce

Please sign in to comment.