Select Contact Card dynamic language text

This commit is contained in:
Cüneyt Şentürk
2020-12-29 11:54:36 +03:00
parent 50b6385ed4
commit 8eb020211f
6 changed files with 87 additions and 33 deletions

View File

@ -8,11 +8,11 @@
:contacts="$contacts"
:search_route="$contactSearchRoute"
:create_route="$contactCreateRoute"
text-add-contact="{{ $textAddContact }}"
text-create-new-contact="{{ $textCreateNewContact }}"
text-edit-contact="{{ $textEditContact }}"
text-contact-info="{{ $textContactInfo }}"
text-choose-different-contact="{{ $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