diff --git a/src/components/TrainsView/TrainSchedule.vue b/src/components/TrainsView/TrainSchedule.vue index 710724c..3eb199e 100644 --- a/src/components/TrainsView/TrainSchedule.vue +++ b/src/components/TrainsView/TrainSchedule.vue @@ -16,7 +16,7 @@ - +
- +
diff --git a/src/locales/en.json b/src/locales/en.json index 73325f9..e840d1d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -133,7 +133,9 @@ "EZT": "EMU", "SZT": "DMU", "loco-electric": "Electric locomotive", - "loco-diesel": "Diesel locomotive" + "loco-diesel": "Diesel locomotive", + "timetable-comments": "Exploitation comments available for this train", + "comment": "Exploitation comment" }, "journal": { "title": "SCENERY ACTIVITY JOURNAL", diff --git a/src/locales/pl.json b/src/locales/pl.json index 478e74c..5434ab3 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -133,7 +133,9 @@ "EZT": "EZT", "SZT": "SZT", "loco-electric": "Elektrowóz", - "loco-diesel": "Spalinowóz" + "loco-diesel": "Spalinowóz", + "timetable-comments": "Pociąg z uwagami eksploatacyjnymi", + "comment": "Uwaga eksploatacyjna" }, "journal": { "title": "DZIENNIK AKTYWNOŚCI SCENERII",