tax_number language text not translated in the invoice's company section

This commit is contained in:
Burak Çakırel
2021-03-26 13:07:40 +03:00
parent 1a80b64038
commit 82016844e2
2 changed files with 4 additions and 4 deletions

View File

@ -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,