File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/templates/components/settings Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 12
12
{{ modals/confirm-user-delete-modal isLoading =isLoading isOpen =isConfirmUserDeleteModalOpen checked =checked deleteUser = (action ' deleteUser' data.user )}}
13
13
{{ else }}
14
14
<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.' }}
17
18
</p >
18
19
<button class =' ui red button disabled' >
19
20
{{ t ' Delete Your Account' }}
You can’t perform that action at this time.
0 commit comments