diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-12-15 14:15:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-15 14:15:50 +0100 |
commit | 5917b46c0530777b684cbd661d0f454264e4f046 (patch) | |
tree | c6eda950ea06ef4ae38681c4b506753e2f5aed02 /config | |
parent | 1f762f4271685e30373b15a2e204f8edff59d349 (diff) |
Allow admins to refresh remotely-suspended accounts (#22327)
* Change suspension text to mention that a remotely suspended account is not locally-suspended * Add ability to refresh profile of remotely suspended accounts
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index a045db1ab..0a0effbc1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -116,6 +116,8 @@ en: redownloaded_msg: Successfully refreshed %{username}'s profile from origin reject: Reject rejected_msg: Successfully rejected %{username}'s sign-up application + remote_suspension_irreversible: The data of this account has been irreversibly deleted. + remote_suspension_reversible_hint_html: The account has been suspended on their server, and the data will be fully removed on %{date}. Until then, the remote server can restore this account without any ill effects. If you wish to remove all of the account's data immediately, you can do so below. remove_avatar: Remove avatar remove_header: Remove header removed_avatar_msg: Successfully removed %{username}'s avatar image |