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