Skip to content

Commit 3a1d5b7

Browse files
shreyanshdwivediniranjan94
authored andcommitted
fix: update text if user's account is not deletable
1 parent 37b9f2b commit 3a1d5b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/templates/components/settings/danger-zone.hbs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
{{modals/confirm-user-delete-modal isLoading=isLoading isOpen=isConfirmUserDeleteModalOpen checked=checked deleteUser=(action 'deleteUser' data.user)}}
1313
{{else}}
1414
<p>
15-
{{t 'Your account currently cannot be deleted as events/orders are associated with it.
16-
If you\'ve any event associated, please transfer the ownership to another organizer.'}}
15+
{{t 'Your account currently cannot be deleted as active events and/or orders are associated with it.
16+
Before you can delete your account you must transfer the ownership of your event(s) to another organizer or cancel your event(s).
17+
If you have ticket orders stored in the system, please cancel your orders first too.'}}
1718
</p>
1819
<button class='ui red button disabled'>
1920
{{t 'Delete Your Account'}}

0 commit comments

Comments
 (0)