Skip to content

Commit 904ac84

Browse files
authored
Merge pull request #319 from davwheat/fix/northern-line-fichley-central
fix: incorrect segments for finchley central
1 parent f41d892 commit 904ac84

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

src/announcement-data/systems/rolling-stock/TfLNorthernLine.tsx

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,16 @@ const ThisStationData: ThisStationItem[] = [
173173
},
174174
{
175175
station: 'Finchley Central',
176+
suffix: '(towards High Barnet)',
176177
branch: null,
177-
extraInfo: ['conjoiner.change here for', 'station.low.mill hill east'],
178+
extraInfo: ['conjoiner.change here for', 'conjoiner.trains to', 'station.low.mill hill east'],
179+
},
180+
{
181+
station: 'Finchley Central',
182+
suffix: '(towards Mill Hill East)',
183+
branch: null,
184+
extraInfo: ['conjoiner.change here for', 'conjoiner.all stations to', 'station.low.high barnet'],
178185
},
179-
// {
180-
// label: 'Finchley Central (change for Mill Hill East)',
181-
// branch: null,
182-
// },
183186
{
184187
station: 'Golders Green',
185188
branch: null,
@@ -611,12 +614,15 @@ const NextStationData: NextStationItem[] = [
611614
},
612615
{
613616
label: 'Finchley Central',
614-
terminatingAudio: ['next station.terminating.finchley central'],
617+
terminatingAudio: ['next station.terminating.finchley central change here mill hill east high barnet'],
615618
},
616619
{
617620
label: 'Finchley Central (change for Mill Hill East)',
618621
audio: ['next station.finchley central change here mill hill east'],
619-
terminatingAudio: ['next station.terminating.finchley central change here mill hill east high barnet'],
622+
},
623+
{
624+
label: 'Finchley Central (change for High Barnet)',
625+
audio: ['next station.finchley central', 'conjoiner.change here for', 'conjoiner.all stations to', 'station.low.high barnet'],
620626
},
621627
{
622628
label: 'Golders Green',

0 commit comments

Comments
 (0)