From 955c275ac9662cabdc60bd77d072fd56d3a3739b Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 24 Apr 2024 23:28:22 +0100 Subject: [PATCH] Update tocMap --- src/lib/stores/tocMap.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/stores/tocMap.ts b/src/lib/stores/tocMap.ts index 7adea32..7f36c36 100644 --- a/src/lib/stores/tocMap.ts +++ b/src/lib/stores/tocMap.ts @@ -3,7 +3,7 @@ export const tocs = new Map([ ['sw', 'South Western Railway'], ['il', 'Island Line'], ['nt', 'Northern'], - ['aw', 'Transport for Wales'], + ['aw', 'Trafnidiaeth Cymru'], ['cc', 'c2c'], ['cs', 'Caledonian Sleeper'], ['ch', 'Chiltern Railways'], @@ -23,7 +23,7 @@ export const tocs = new Map([ ['sn', 'Southern'], ['le', 'Greater Anglia'], ['ga', 'Greater Anglia'], - ['lm', 'West Midlands Railway'], + ['lm', 'West Midlands Railway (LM)'], ['sr', 'ScotRail'], ['gn', 'Great Northern'], ['lt', 'TfL London Underground'], @@ -39,6 +39,6 @@ export const tocs = new Map([ ['so', 'Rail Adventure'], ['ln', 'Grand Union Trains'], ['zz', 'Freight/Charter Company'], - ['wm', 'West Midlands Railway (WMT)'], + ['wm', 'West Midlands Railway (WM)'], ['uk', 'Unknown Operator'] ]);