diff --git a/apps/site/lib/site_web/views/trip_compare_view.ex b/apps/site/lib/site_web/views/trip_compare_view.ex index 37d4a4ef69..992c1a2deb 100644 --- a/apps/site/lib/site_web/views/trip_compare_view.ex +++ b/apps/site/lib/site_web/views/trip_compare_view.ex @@ -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.", diff --git a/apps/site/lib/site_web/views/trip_plan_view.ex b/apps/site/lib/site_web/views/trip_plan_view.ex index f4ed5d9103..07c20745e1 100644 --- a/apps/site/lib/site_web/views/trip_plan_view.ex +++ b/apps/site/lib/site_web/views/trip_plan_view.ex @@ -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.",