fixed title in bulk action modal
This commit is contained in:
parent
e94c915407
commit
9f9d290060
@ -82,7 +82,7 @@
|
|||||||
|
|
||||||
<akaunting-modal
|
<akaunting-modal
|
||||||
:show="bulk_action.modal"
|
:show="bulk_action.modal"
|
||||||
:title="'{{ trans_choice('general.items', 2) }}'"
|
:title="'{{ trans_choice($text, 2) }}'"
|
||||||
:message="bulk_action.message"
|
:message="bulk_action.message"
|
||||||
@cancel="onCancel"
|
@cancel="onCancel"
|
||||||
v-if='bulk_action.message && bulk_action.modal'>
|
v-if='bulk_action.message && bulk_action.modal'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user