From 168782e04998800f968ea18835b8096408b6f892 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 21 Apr 2026 11:35:26 +0200 Subject: [PATCH] Update deactivate account wording. Closes #6608 --- features/deactivation/impl/src/main/res/values/localazy.xml | 6 +++--- features/login/impl/src/main/res/values/localazy.xml | 2 +- libraries/ui-strings/src/main/res/values/localazy.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/features/deactivation/impl/src/main/res/values/localazy.xml b/features/deactivation/impl/src/main/res/values/localazy.xml index 0380cf1c94..fc12c7d2f8 100644 --- a/features/deactivation/impl/src/main/res/values/localazy.xml +++ b/features/deactivation/impl/src/main/res/values/localazy.xml @@ -1,14 +1,14 @@ - "Please confirm that you want to deactivate your account. This action cannot be undone." + "Please confirm that you want to delete your account. This action cannot be undone." "Delete all my messages" "Warning: Future users may see incomplete conversations." - "Deactivating your account is %1$s, it will:" + "Deleting your account is %1$s, it will:" "irreversible" "%1$s your account (you can\'t log back in, and your ID can\'t be reused)." "Permanently disable" "Remove you from all chat rooms." "Delete your account information from our identity server." "Your messages will still be visible to registered users but won’t be available to new or unregistered users if you choose to delete them." - "Deactivate account" + "Delete account" diff --git a/features/login/impl/src/main/res/values/localazy.xml b/features/login/impl/src/main/res/values/localazy.xml index dce4f1a77b..f8d5ffa651 100644 --- a/features/login/impl/src/main/res/values/localazy.xml +++ b/features/login/impl/src/main/res/values/localazy.xml @@ -28,7 +28,7 @@ "What is the address of your server?" "Select your server" "Create account" - "This account has been deactivated." + "This account has been deleted." "Incorrect username and/or password" "This is not a valid user identifier. Expected format: ‘@user:homeserver.org’" "This server is configured to use refresh tokens. These aren\'t supported when using password based login." diff --git a/libraries/ui-strings/src/main/res/values/localazy.xml b/libraries/ui-strings/src/main/res/values/localazy.xml index ff865de038..2982c78ca9 100644 --- a/libraries/ui-strings/src/main/res/values/localazy.xml +++ b/libraries/ui-strings/src/main/res/values/localazy.xml @@ -84,8 +84,8 @@ "Create" "Create room" "Create space" - "Deactivate" - "Deactivate account" + "Delete" + "Delete account" "Decline" "Decline and block" "Delete Poll"