Skip to content

Commit

Permalink
fix: use correct time frame in live trains description
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Nov 3, 2023
1 parent 7c4468f commit 3670435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/announcement-data/systems/stations/KeTechPhil.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4083,7 +4083,7 @@ function LiveTrainAnnouncements({ nextTrainHandler, system }: LiveTrainAnnouncem
This is a beta feature, and isn't complete or fully functional. Please report any issues you face on GitHub.
</p>
<p style={{ margin: '16px 0' }}>
This page will auto-announce all departures in the next 10 minutes from the selected station. Departures outside this timeframe will
This page will auto-announce all departures in the next {MIN_TIME_TO_ANNOUNCE} minutes from the selected station. Departures outside this timeframe will
appear on the board below, but won't be announced until closer to the time.
</p>
<p style={{ margin: '16px 0' }}>At the moment, we also won't announce services which:</p>
Expand Down

0 comments on commit 3670435

Please sign in to comment.