Fix special chars in dropzone strings #1225
This commit is contained in:
parent
03a1f01d7f
commit
484d88cfef
1 changed files with 1 additions and 1 deletions
|
|
@ -1097,7 +1097,7 @@
|
|||
addRemoveLinks:true,
|
||||
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)
|
||||
"dict{{Utils::toClassCase($key)}}":"{{trans('texts.dropzone_'.$key)}}",
|
||||
"dict{{ Utils::toClassCase($key) }}" : "{!! strip_tags(addslashes(trans('texts.dropzone_'.$key))) !!}",
|
||||
@endforeach
|
||||
maxFilesize:{{floatval(MAX_DOCUMENT_SIZE/1000)}},
|
||||
parallelUploads:1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue