Skip to content

Commit

Permalink
Merge pull request #3 from arifbudimanar/add-translation-and-fix-x-cloak
Browse files Browse the repository at this point in the history
Add translation and fix x-cloak
  • Loading branch information
riasvdv authored Jul 19, 2024
2 parents da1712b + ccc05ea commit eeaf28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/upload.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'multiple' => false,
'required' => false,
'disabled' => false,
'placeholder' => 'Drag & Drop your files or <span class="filepond--label-action"> Browse </span>',
'placeholder' => __('Drag & Drop your files or <span class="filepond--label-action"> Browse </span>'),
])

@php
Expand All @@ -28,7 +28,7 @@
<div
class="{{ $attributes->get('class') }}"
wire:ignore
wire:cloak
x-cloak
x-data="{
model: @entangle($wireModelAttribute),
isMultiple: @js($multiple),
Expand Down

0 comments on commit eeaf28f

Please sign in to comment.