Skip to content

Commit

Permalink
fix: wrong inflection for last "not call at"
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jul 8, 2024
1 parent 6f4aae9 commit 1b4e1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/announcement-data/systems/stations/AmeyPhil.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4747,7 +4747,7 @@ export default class AmeyPhil extends StationAnnouncementSystem {
options.notCallingAtStations.map(s => s.crsCode),
{
prefix: 'station.m.',
finalPrefix: 'station.m.',
finalPrefix: 'station.e.',
andId: 'm.and',
firstItemDelay: this.callingPointsOptions.afterCallingAtDelay,
beforeAndDelay: this.callingPointsOptions.aroundAndDelay,
Expand Down Expand Up @@ -4862,7 +4862,7 @@ export default class AmeyPhil extends StationAnnouncementSystem {
options.notCallingAtStations.map(s => s.crsCode),
{
prefix: 'station.m.',
finalPrefix: 'station.m.',
finalPrefix: 'station.e.',
andId: 'm.and',
firstItemDelay: this.callingPointsOptions.afterCallingAtDelay,
beforeAndDelay: this.callingPointsOptions.aroundAndDelay,
Expand Down

0 comments on commit 1b4e1a2

Please sign in to comment.