Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/views/components/confirm.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class="fixed z-30 inset-0 bg-black/75"
<input
type="password"
name="password"
placeholder="Password"
placeholder="{{ __('Password') }}"
v-on:change="confirm.setPassword($event.target.value)"
class="rounded-md block w-full border-0 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 disabled:opacity-50 disabled:bg-gray-50 disabled:cursor-not-allowed"
@keyup.enter="confirm.confirm"
Expand Down Expand Up @@ -73,4 +73,4 @@ class="mt-3 w-full inline-flex justify-center rounded-md border border-gray-300
</x-splade-component>
</x-splade-component>
</template>
</SpladeConfirm>
</SpladeConfirm>