From 50e1320c8df1b95d6c617ee1e8c27163312d9575 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 5 Nov 2025 10:27:40 -0500 Subject: [PATCH] Improve account migration warnings (#20387) Co-authored-by: Claire Co-authored-by: diondiondion --- app/views/settings/migrations/show.html.haml | 2 +- config/locales/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/settings/migrations/show.html.haml b/app/views/settings/migrations/show.html.haml index 31f7d5e58d..296075a28e 100644 --- a/app/views/settings/migrations/show.html.haml +++ b/app/views/settings/migrations/show.html.haml @@ -30,8 +30,8 @@ %ul.hint %li.warning-hint= t('migrations.warning.followers') - %li.warning-hint= t('migrations.warning.redirect') %li.warning-hint= t('migrations.warning.other_data') + %li.warning-hint= t('migrations.warning.redirect') %li.warning-hint= t('migrations.warning.backreference_required') %li.warning-hint= t('migrations.warning.cooldown') %li.warning-hint= t('migrations.warning.disabled_account') diff --git a/config/locales/en.yml b/config/locales/en.yml index 949eb6d909..ffe6028e72 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1672,7 +1672,7 @@ en: disabled_account: Your current account will not be fully usable afterwards. However, you will have access to data export as well as re-activation. followers: This action will move all followers from the current account to the new account only_redirect_html: Alternatively, you can only put up a redirect on your profile. - other_data: No other data will be moved automatically + other_data: No other data will be moved automatically (including your posts and the list of accounts you follow) redirect: Your current account's profile will be updated with a redirect notice and be excluded from searches moderation: title: Moderation