mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-31 21:51:10 -04:00
Add some missing translations
This commit is contained in:
@ -208,7 +208,7 @@
|
||||
>
|
||||
<template slot-scope="row">
|
||||
<span>{{ $t('expenses.customer') }}</span>
|
||||
<span> {{ row.user_name ? row.user_name : 'Not selected' }} </span>
|
||||
<span> {{ row.user_name ? row.user_name : $t('expenses.not_selected') }} </span>
|
||||
</template>
|
||||
</sw-table-column>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user