From 28e601553d908db9453d56d1490c79e7530ab842 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Mon, 18 Dec 2017 23:25:41 +0100 Subject: [PATCH] =?UTF-8?q?fix=20DB=20modes=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- p/db/modes.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/p/db/modes.js b/p/db/modes.js index be2252c3..cdd63eae 100644 --- a/p/db/modes.js +++ b/p/db/modes.js @@ -17,15 +17,15 @@ const m = { }, regionalExp: { bitmask: 4, - name: 'InterRegio', - short: 'IR', + name: 'RegionalExpress & InterRegio', + short: 'RE/IR', mode: 'train', product: 'regionalExp' }, regional: { bitmask: 8, - name: 'RegionalExpress & Regio', - short: 'RE/RB', + name: 'Regio', + short: 'RB', mode: 'train', product: 'regional' },