diff --git a/app/views/account/settings/_cancellation.html.erb b/app/views/account/settings/_cancellation.html.erb index 5c493edd55..49f87512fd 100644 --- a/app/views/account/settings/_cancellation.html.erb +++ b/app/views/account/settings/_cancellation.html.erb @@ -1,26 +1,28 @@ <% if Current.account.cancellable? && Current.user.owner? %> - - Cancel account - Delete your Fizzy account - + + + Cancel account + Delete your Fizzy account. + - - Delete account + + Delete account - - Delete your account? - - All users, including you, will lose access - <% if Current.account.try(:active_subscription) %> - Your subscription will be canceled - <% end %> - After 30 days your data will be permanently deleted - + + Delete your account? + + All users, including you, will lose access + <% if Current.account.try(:active_subscription) %> + Your subscription will be canceled + <% end %> + After 30 days, your data will be permanently deleted + - - Cancel - <%= button_to "Delete my account", account_cancellation_path, method: :post, class: "btn btn--negative", form: { data: { action: "submit->dialog#close", turbo: false } } %> - - - + + Cancel + <%= button_to "Delete my account", account_cancellation_path, method: :post, class: "btn btn--negative", form: { data: { action: "submit->dialog#close", turbo: false } } %> + + + + <% end %>
Delete your Fizzy account