fixed select contact card text
This commit is contained in:
parent
b52b3b06c3
commit
50b6385ed4
@ -8,11 +8,11 @@
|
||||
:contacts="$contacts"
|
||||
:search_route="$contactSearchRoute"
|
||||
:create_route="$contactCreateRoute"
|
||||
add-contact-text="{{ $textAddContact }}"
|
||||
create-new-contact-text="{{ $textCreateNewContact }}"
|
||||
editContactText="{{ $textEditContact }}"
|
||||
contact-info-text="{{ $textContactInfo }}"
|
||||
choose-different-contact-text="{{ $textChooseDifferentContact }}"
|
||||
text-add-contact="{{ $textAddContact }}"
|
||||
text-create-new-contact="{{ $textCreateNewContact }}"
|
||||
text-edit-contact="{{ $textEditContact }}"
|
||||
text-contact-info="{{ $textContactInfo }}"
|
||||
text-choose-different-contact="{{ $textChooseDifferentContact }}"
|
||||
/>
|
||||
</div>
|
||||
@endif
|
||||
|
@ -8,7 +8,7 @@
|
||||
:selected="{{ json_encode($contact) }}"
|
||||
add-contact-text="{{ $textAddContact }}"
|
||||
create-new-contact-text="{{ $textCreateNewContact }}"
|
||||
editContactText="{{ $textEditContact }}"
|
||||
edit-contact-text="{{ $textEditContact }}"
|
||||
contact-info-text="{{ $textContactInfo }}"
|
||||
tax-number-text="{{ trans('general.tax_number') }}"
|
||||
choose-different-contact-text="{{ $textChooseDifferentContact }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user