Skip to content

Commit

Permalink
🚧[mH] title and content fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Suchty112 committed Apr 3, 2024
1 parent 58fdf5e commit 8da1182
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/modules/missionHelper/missionHelper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@
{{
$mc(
min_is_max
? 'patients.possible_crashed_car_exact'
: 'patients.possible_crashed_car_max',
? 'towtruck.possible_crashed_car_exact'
: 'towtruck.possible_crashed_car_max',
missionSpecs.additional.possible_crashed_car_max
)
}}
Expand Down Expand Up @@ -645,6 +645,10 @@ export default Vue.extend<
content: false,
live: false,
},
towtruck: {
title: false,
content: false,
},
generatedBy: false,
credits: false,
expansions: false,
Expand Down

0 comments on commit 8da1182

Please sign in to comment.