mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:44:28 -04:00
Fix special chars in dropzone strings #1225
This commit is contained in:
parent
03a1f01d7f
commit
484d88cfef
@ -1097,7 +1097,7 @@
|
|||||||
addRemoveLinks:true,
|
addRemoveLinks:true,
|
||||||
dictRemoveFileConfirmation:"{{trans('texts.are_you_sure')}}",
|
dictRemoveFileConfirmation:"{{trans('texts.are_you_sure')}}",
|
||||||
@foreach(['default_message', 'fallback_message', 'fallback_text', 'file_too_big', 'invalid_file_type', 'response_error', 'cancel_upload', 'cancel_upload_confirmation', 'remove_file'] as $key)
|
@foreach(['default_message', 'fallback_message', 'fallback_text', 'file_too_big', 'invalid_file_type', 'response_error', 'cancel_upload', 'cancel_upload_confirmation', 'remove_file'] as $key)
|
||||||
"dict{{Utils::toClassCase($key)}}":"{{trans('texts.dropzone_'.$key)}}",
|
"dict{{ Utils::toClassCase($key) }}" : "{!! strip_tags(addslashes(trans('texts.dropzone_'.$key))) !!}",
|
||||||
@endforeach
|
@endforeach
|
||||||
maxFilesize:{{floatval(MAX_DOCUMENT_SIZE/1000)}},
|
maxFilesize:{{floatval(MAX_DOCUMENT_SIZE/1000)}},
|
||||||
parallelUploads:1,
|
parallelUploads:1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user