Add some missing translations

This commit is contained in:
Florian Gareis
2021-03-21 00:38:27 +01:00
parent 49a6e03e9d
commit 454ad3091a
17 changed files with 84 additions and 6 deletions

View File

@ -189,7 +189,7 @@
<span>{{ $t('items.unit') }}</span>
<span>
{{ row.unit_name ? row.unit_name : 'Not selected' }}
{{ row.unit_name ? row.unit_name : $t('items.not_selected') }}
</span>
</template>
</sw-table-column>