diff --git a/app/views/account/settings/_cancellation.html.erb b/app/views/account/settings/_cancellation.html.erb
index cb3c11c98..dc5d7b734 100644
--- a/app/views/account/settings/_cancellation.html.erb
+++ b/app/views/account/settings/_cancellation.html.erb
@@ -12,7 +12,6 @@
What happens next:
-
- Your <%= Current.account.name %> account will be closed immediately.
- All users, including you, will lose access.
@@ -23,7 +22,6 @@
Remember to export your data
-
before you go. You won’t be able to do it after you delete your account.
@@ -36,7 +34,12 @@
- <%= button_to "Delete my account", account_cancellation_path, method: :post, class: "btn btn--negative", disabled: true, form: { data: { action: "submit->dialog#close", turbo: false } }, data: { toggle_enable_target: "element" } %>
+ <%= button_to "Delete my account", account_cancellation_path,
+ method: :post,
+ class: "btn btn--negative",
+ disabled: true,
+ form: { data: { action: "submit->dialog#close", turbo: false } },
+ data: { toggle_enable_target: "element" } %>