Currency language bugfix solved
This commit is contained in:
parent
703b4890cc
commit
f4b72bf31c
@ -46,7 +46,7 @@
|
|||||||
<option
|
<option
|
||||||
value="{{ $key }}"
|
value="{{ $key }}"
|
||||||
@if(!empty($action['message']))
|
@if(!empty($action['message']))
|
||||||
data-message="{{ trans_choice($action['message'], 2, ['type' => strtolower(trans_choice($text, 2))]) }}"
|
data-message="`{{ trans_choice($action['message'], 2, ['type' => strtolower(trans_choice($text, 2))]) }}`"
|
||||||
@endif
|
@endif
|
||||||
@if(isset($action['path']) && !empty($action['path']))
|
@if(isset($action['path']) && !empty($action['path']))
|
||||||
data-path="{{ route('bulk-actions.action', $action['path']) }}"
|
data-path="{{ route('bulk-actions.action', $action['path']) }}"
|
||||||
@ -92,7 +92,7 @@
|
|||||||
|
|
||||||
<akaunting-modal
|
<akaunting-modal
|
||||||
:show="bulk_action.modal"
|
:show="bulk_action.modal"
|
||||||
:title="'{{ trans_choice($text, 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