change translation message

This commit is contained in:
bansarishukla
2019-11-12 18:58:19 +05:30
parent 4b8f4388df
commit 2030ce603b
4 changed files with 13 additions and 14 deletions

View File

@ -34,7 +34,7 @@
>
<template slot-scope="row">
<span>{{ $t('settings.tax_types.tax_name') }}</span>
<span class="tax-name">
<span class="tax-name mt-3">
{{ row.name }}
</span>
</template>