From 1b4e1a2d1d236e390dc9ed9c145df4627e2587ba Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Mon, 8 Jul 2024 21:18:05 +0100 Subject: [PATCH] fix: wrong inflection for last "not call at" --- src/announcement-data/systems/stations/AmeyPhil.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/announcement-data/systems/stations/AmeyPhil.tsx b/src/announcement-data/systems/stations/AmeyPhil.tsx index 8fbf8fe63..ef1425dd8 100644 --- a/src/announcement-data/systems/stations/AmeyPhil.tsx +++ b/src/announcement-data/systems/stations/AmeyPhil.tsx @@ -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, @@ -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,