diff --git a/app/views/account/settings/_cancellation.html.erb b/app/views/account/settings/_cancellation.html.erb index dc5d7b734..2733425e8 100644 --- a/app/views/account/settings/_cancellation.html.erb +++ b/app/views/account/settings/_cancellation.html.erb @@ -2,14 +2,14 @@

Danger zone

-
Permanently delete this account and all its data, including users, boards, and cards.
+
Cancel your account and delete everything in it, including all boards and cards.
- + -

Delete account

+

Cancel account

What happens next:

    @@ -23,7 +23,7 @@

    Remember to export your data

    - before you go. You won’t be able to do it after you delete your account. + before you go. You won’t be able to do it after you cancel your account.

@@ -34,7 +34,7 @@
- <%= button_to "Delete my account", account_cancellation_path, + <%= button_to "Cancel my account", account_cancellation_path, method: :post, class: "btn btn--negative", disabled: true,