This commit is contained in:
2024-04-03 21:51:24 +02:00
parent f915094775
commit 90824dc0e5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
</i18n-t>
<div class="text--grayed" v-if="store.vehiclesAPIData">
{{ $t('footer.version-check', { version: store.vehiclesAPIData.version }) }}
{{ $t('footer.version-check', { version: store.vehiclesAPIData.simulatorVersion }) }}
</div>
<div>
+1 -1
View File
@@ -21,7 +21,7 @@ export interface ICargo {
}
export interface IVehiclesAPI {
version: string;
simulatorVersion: string;
generator: {
cargo: {