mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 04:31:08 -04:00
Add some missing translations
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user