mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
chore: new cargo warning
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</div>
|
||||
|
||||
<div class="warning" v-if="store.cargoWarnings.size > 0">
|
||||
{{ $t('cargo-warnings.title') }}
|
||||
(!) <b>{{ $t('cargo-warnings.title') }}</b>
|
||||
{{ [...store.cargoWarnings].map((v) => $t(`cargo-warnings.${v}`)).join('; ') }}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user