Skip to content

Commit

Permalink
Merge branch 'main' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jul 8, 2024
2 parents 77f6f91 + 1b4e1a2 commit a294b45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/announcement-data/systems/stations/AmeyPhil.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4123,7 +4123,7 @@ export default class AmeyPhil extends StationAnnouncementSystem {
{
// If last set of short platforms, add 'and' before last item
// See: https://github.com/davwheat/rail-announcements/issues/226#issuecomment-2212472715
id: i === order.length - 1 ? 'm.and customers for' : 's.customers for',
id: i === order.length - 1 ? 'm.and customers for' : 'm.customers for',
opts: { delayStart: i === order.length - 1 ? 0 : 200 },
},
...this.pluraliseAudio(plats, {
Expand Down 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 a294b45

Please sign in to comment.