document item button title changed

This commit is contained in:
Cihan Şentürk 2022-06-07 17:25:12 +03:00
parent 5ac782fa01
commit 66dfdfa662

View File

@ -9,5 +9,5 @@
:search-char-limit="{{ $searchCharLimit }}" :search-char-limit="{{ $searchCharLimit }}"
@item="onSelectedItem($event)" @item="onSelectedItem($event)"
add-item-text="{{ trans('general.form.add_an', ['field' => trans_choice('general.items', 1)]) }}" add-item-text="{{ trans('general.form.add_an', ['field' => trans_choice('general.items', 1)]) }}"
create-new-item-text="{{ trans('general.title.create', ['type' => trans_choice('general.items', 1)]) }}" create-new-item-text="{{ trans('general.title.new', ['type' => trans_choice('general.items', 1)]) }}"
></akaunting-item-button> ></akaunting-item-button>