diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-10-21 02:36:40 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-10-21 02:36:40 -0500 |
commit | 974b3805b7d6dd27730846847e19bc4204f16dc6 (patch) | |
tree | 726d1090c5a51d4efcdf7c2e8ecbf89fdd977bf1 /app/javascript | |
parent | 0a32c484e1b8819983514f6f06da30c910cdd133 (diff) |
When a local user blocks a server, ask the server to remove their data
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/mastodon/locales/en-MP.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/mastodon/locales/en-MP.json b/app/javascript/mastodon/locales/en-MP.json index 88a0087b6..fcd8ee053 100644 --- a/app/javascript/mastodon/locales/en-MP.json +++ b/app/javascript/mastodon/locales/en-MP.json @@ -39,6 +39,7 @@ "confirmations.publish.confirm": "Publish", "confirmations.publish.message": "Are you ready to publish your roar?", "confirmations.redraft.message": "Are you sure you want to delete and redraft this roar? Admirations and boosts will be lost, and replies to the original roar will be orphaned.", + "confirmations.domain_block.message": "You are about to block and defederate from the {domain} server. If you proceed, Monsterpit will ask this server to permanently delete any data associated with your account.", "content-type.change": "Content type", "directory.federated": "From Fediverse", "directory.local": "From Monsterpit", |