Compare commits

...

4 Commits

Author SHA1 Message Date
Josh Soref
feef0938b6
Merge 4a4ce992dd into 94bceb8683 2025-07-11 14:03:34 +00:00
Claire
4a4ce992dd
Merge branch 'main' into improve-migrate-warnings 2025-01-09 15:45:06 +01:00
Josh Soref
eba662d8d2
Clarify that posts and accounts to follow will be left behind 2022-11-10 22:47:58 -05:00
Josh Soref
dd098e63b1
Prioritize other data over redirect 2022-11-10 22:45:07 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@
%ul.hint %ul.hint
%li.warning-hint= t('migrations.warning.followers') %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.other_data')
%li.warning-hint= t('migrations.warning.redirect')
%li.warning-hint= t('migrations.warning.backreference_required') %li.warning-hint= t('migrations.warning.backreference_required')
%li.warning-hint= t('migrations.warning.cooldown') %li.warning-hint= t('migrations.warning.cooldown')
%li.warning-hint= t('migrations.warning.disabled_account') %li.warning-hint= t('migrations.warning.disabled_account')

View File

@ -1626,7 +1626,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. 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 followers: This action will move all followers from the current account to the new account
only_redirect_html: Alternatively, you can <a href="%{path}">only put up a redirect on your profile</a>. only_redirect_html: Alternatively, you can <a href="%{path}">only put up a redirect on your profile</a>.
other_data: No other data will be moved automatically other_data: No other data will be moved automatically (includes 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 redirect: Your current account's profile will be updated with a redirect notice and be excluded from searches
moderation: moderation:
title: Moderation title: Moderation