Merge pull request #2081 from brkcvn/currencies-language-error

Currencies bugfix change language
This commit is contained in:
Cüneyt Şentürk 2021-06-04 10:22:48 +03:00 committed by GitHub
commit 5a8ced46e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@
<option
value="{{ $key }}"
@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
@if(isset($action['path']) && !empty($action['path']))
data-path="{{ route('bulk-actions.action', $action['path']) }}"
@ -92,7 +92,7 @@
<akaunting-modal
:show="bulk_action.modal"
:title="'{{ trans_choice($text, 2) }}'"
:title="`{{ trans_choice($text, 2) }}`"
:message="bulk_action.message"
@cancel="onCancel"
v-if='bulk_action.message && bulk_action.modal'>