Skip to content

Commit 878df70

Browse files
authored
Update confirmation message for account deletion
1 parent a94193b commit 878df70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/views/livewire/users/profile.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class="xs:max-w-30 ml-auto w-full text-xs/3"
133133
<x-button
134134
class="xs:max-w-30 ml-auto w-full text-xs/3"
135135
wire:click="deleteAccount"
136-
wire:confirm="Are you sure to delete your account? This action can't be undone!"
136+
wire:confirm="Are you sure to delete this account? This action can't be undone!"
137137
wire:loading.attr="disabled"
138138
>
139139
Delete Account

0 commit comments

Comments
 (0)