Merge pull request #1955 from burakcakirel/tax_number_translation
tax_number language text not translated in the invoice's company section
This commit is contained in:
commit
8075454cb6
@ -15,7 +15,7 @@
|
||||
</tr>
|
||||
<tr v-if="company.tax_number">
|
||||
<th class="text-right p-0">
|
||||
{{ 'general.tax_number' }}: {{ company.tax_number }}
|
||||
{{ taxNumberText }}: {{ company.tax_number }}
|
||||
</th>
|
||||
</tr>
|
||||
<tr v-if="company.phone">
|
||||
@ -74,7 +74,7 @@ export default {
|
||||
default: 'Edit your business address ',
|
||||
description: 'Input placeholder'
|
||||
},
|
||||
taxNumberTax: {
|
||||
taxNumberText: {
|
||||
type: String,
|
||||
default: 'Tax Number',
|
||||
description: 'Input placeholder'
|
||||
|
@ -25,7 +25,7 @@
|
||||
@if (!$hideCompanyEdit)
|
||||
<akaunting-company-edit company-id="{{ session('company_id') }}"
|
||||
button-text="{{ trans('settings.company.edit_your_business_address') }}"
|
||||
taxt-number-text="{{ trans('general.tax_number') }}"
|
||||
tax-number-text="{{ trans('general.tax_number') }}"
|
||||
:company="{{ json_encode($company) }}"
|
||||
:company-form="{{ json_encode([
|
||||
'show' => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user