diff --git a/package.json b/package.json index 6a7262f..a08667d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stacjownik", - "version": "1.18.5", + "version": "1.18.6", "private": true, "scripts": { "dev": "vite", diff --git a/src/components/StationsView/StationTable.vue b/src/components/StationsView/StationTable.vue index 9a9f960..6a19398 100644 --- a/src/components/StationsView/StationTable.vue +++ b/src/components/StationsView/StationTable.vue @@ -117,7 +117,7 @@ diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue index 8b3a575..57adb60 100644 --- a/src/components/TrainsView/TrainInfo.vue +++ b/src/components/TrainsView/TrainInfo.vue @@ -36,7 +36,7 @@
{{ train.driverName }} donator diamond icon diff --git a/src/locales/en.json b/src/locales/en.json index 9e43412..68cfa93 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -14,7 +14,9 @@ "p4-b2": "a symbolic highlight", "p5": "Thank you and enjoy the app!
~ Spythere", "action-exit": "Maybe next time...", - "action-confirm": "DONATE!" + "action-confirm": "DONATE!", + "dispatcher-message": "Dispatcher supporting the Stacjownik project!", + "driver-message": "Driver supporting the Stacjownik project!" }, "general": { "and": " and ", diff --git a/src/locales/pl.json b/src/locales/pl.json index 98523b1..c47c453 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -14,7 +14,9 @@ "p4-b2": "wyróżnienie", "p5": "Dzięki i miłego korzystania z aplikacji!
~ Spythere", "action-exit": "Może kiedy indziej...", - "action-confirm": "WSPOMÓŻ!" + "action-confirm": "WSPOMÓŻ!", + "dispatcher-message": "Dyżurny wspierający projekt Stacjownika!", + "driver-message": "Maszynista wspierający projekt Stacjownika!" }, "general": { "and": " oraz ",