chore: new cargo warning

This commit is contained in:
2025-06-01 17:25:14 +02:00
parent 05ae446af7
commit b68e9da715
4 changed files with 8 additions and 5 deletions
@@ -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>