Skip to content

Commit

Permalink
chore: Update fallback text to link to elevators endpoint on MBTA web…
Browse files Browse the repository at this point in the history
…site (#2406)
  • Loading branch information
robbie-sundstrom authored Jan 16, 2025
1 parent 52d5d54 commit 71a0a3b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lib/screens/v2/candidate_generator/elevator/closures.ex
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ defmodule Screens.V2.CandidateGenerator.Elevator.Closures do
@route injected(Route)
@stop injected(Stop)

@fallback_summary "Visit mbta.com/alerts for more info"
@fallback_summary "Visit mbta.com/elevators for more info"

@spec elevator_status_instances(Screen.t(), NormalHeader.t(), Footer.t()) ::
list(WidgetInstance.t())
Expand Down
18 changes: 9 additions & 9 deletions priv/elevators.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"redundancy": null
},
"986": {
"summary": "Visit mbta.com/alerts for more info.",
"summary": "Visit mbta.com/elevators for more info.",
"alternate_ids": [
"896"
],
Expand Down Expand Up @@ -224,7 +224,7 @@
"redundancy": 1
},
"971": {
"summary": "Visit mbta.com/alerts for more info.",
"summary": "Visit mbta.com/elevators for more info.",
"alternate_ids": [
"972",
"948",
Expand Down Expand Up @@ -305,7 +305,7 @@
"redundancy": 3
},
"896": {
"summary": "Visit mbta.com/alerts for more info.",
"summary": "Visit mbta.com/elevators for more info.",
"alternate_ids": [
"810",
"805",
Expand Down Expand Up @@ -378,7 +378,7 @@
"redundancy": 2
},
"910": {
"summary": "Visit mbta.com/alerts for more info.",
"summary": "Visit mbta.com/elevators for more info.",
"alternate_ids": [
"911",
"905",
Expand Down Expand Up @@ -548,7 +548,7 @@
"redundancy": 3
},
"944": {
"summary": "Visit mbta.com/alerts for more info.",
"summary": "Visit mbta.com/elevators for more info.",
"alternate_ids": [
"945",
"911",
Expand Down Expand Up @@ -1109,7 +1109,7 @@
"redundancy": 3
},
"831": {
"summary": "Visit mbta.com/alerts for more info.",
"summary": "Visit mbta.com/elevators for more info.",
"alternate_ids": [
"830",
"880",
Expand Down Expand Up @@ -1301,7 +1301,7 @@
"redundancy": 2
},
"830": {
"summary": "Visit mbta.com/alerts for more info.",
"summary": "Visit mbta.com/elevators for more info.",
"alternate_ids": [
"831",
"880",
Expand Down Expand Up @@ -1635,7 +1635,7 @@
"redundancy": 2
},
"934": {
"summary": "Visit mbta.com/alerts for more info.",
"summary": "Visit mbta.com/elevators for more info.",
"alternate_ids": [
"935",
"901",
Expand Down Expand Up @@ -1665,7 +1665,7 @@
"redundancy": 2
},
"977": {
"summary": "Visit mbta.com/alerts for more info.",
"summary": "Visit mbta.com/elevators for more info.",
"alternate_ids": [
"976",
"962",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ defmodule Screens.V2.CandidateGenerator.Elevator.ClosuresTest do
%Closure{id: "facility-test-1", name: "Test 1"},
%Closure{id: "facility-test-2", name: "Test 2"}
],
summary: "Visit mbta.com/alerts for more info"
summary: "Visit mbta.com/elevators for more info"
}
]
},
Expand Down Expand Up @@ -395,7 +395,7 @@ defmodule Screens.V2.CandidateGenerator.Elevator.ClosuresTest do
%ElevatorClosuresList.Station{
id: "place-3",
closures: [%Closure{id: "3"}],
summary: "Visit mbta.com/alerts for more info"
summary: "Visit mbta.com/elevators for more info"
}
]
},
Expand Down

0 comments on commit 71a0a3b

Please sign in to comment.