We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94193b commit 878df70Copy full SHA for 878df70
1 file changed
resources/views/livewire/users/profile.blade.php
@@ -133,7 +133,7 @@ class="xs:max-w-30 ml-auto w-full text-xs/3"
133
<x-button
134
class="xs:max-w-30 ml-auto w-full text-xs/3"
135
wire:click="deleteAccount"
136
- wire:confirm="Are you sure to delete your account? This action can't be undone!"
+ wire:confirm="Are you sure to delete this account? This action can't be undone!"
137
wire:loading.attr="disabled"
138
>
139
Delete Account
0 commit comments