@@ -173,13 +173,16 @@ const ThisStationData: ThisStationItem[] = [
173
173
} ,
174
174
{
175
175
station : 'Finchley Central' ,
176
+ suffix : '(towards High Barnet)' ,
176
177
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' ] ,
178
185
} ,
179
- // {
180
- // label: 'Finchley Central (change for Mill Hill East)',
181
- // branch: null,
182
- // },
183
186
{
184
187
station : 'Golders Green' ,
185
188
branch : null ,
@@ -611,12 +614,15 @@ const NextStationData: NextStationItem[] = [
611
614
} ,
612
615
{
613
616
label : 'Finchley Central' ,
614
- terminatingAudio : [ 'next station.terminating.finchley central' ] ,
617
+ terminatingAudio : [ 'next station.terminating.finchley central change here mill hill east high barnet ' ] ,
615
618
} ,
616
619
{
617
620
label : 'Finchley Central (change for Mill Hill East)' ,
618
621
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' ] ,
620
626
} ,
621
627
{
622
628
label : 'Golders Green' ,
0 commit comments