From 754e2e36733e31f216c59e484dfa3950d17cf518 Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Thu, 19 Mar 2026 15:06:37 +0100 Subject: [PATCH] =?UTF-8?q?Cancel=20=E2=86=92=20Delete?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/account/settings/_cancellation.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/account/settings/_cancellation.html.erb b/app/views/account/settings/_cancellation.html.erb index 2e03da9be..03a88833c 100644 --- a/app/views/account/settings/_cancellation.html.erb +++ b/app/views/account/settings/_cancellation.html.erb @@ -2,14 +2,14 @@

Danger zone

-
Cancel your account and delete everything in it, including all boards and cards.
+
Delete your account and everything in it, including all boards and cards.
- + -

Cancel account

+

Delete 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 cancel your account. + before you go. You won’t be able to do it after you delete your account.

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