diff options
| author | Ilja <ilja@ilja.space> | 2022-03-12 19:43:12 +0100 |
|---|---|---|
| committer | Ilja <ilja@ilja.space> | 2022-03-12 19:43:12 +0100 |
| commit | 08a4c33c67fb5564f4230de58e9a089040e4b90a (patch) | |
| tree | f3dc8cdb8881473e28473e27cb16606bf548c4ae | |
| parent | c8d87e7ef9dae87d7eab005560832daf3f12a964 (diff) | |
Explain better what delete does in moderation menu
| -rw-r--r-- | src/i18n/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 8eb7fcc6..ed54c84e 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -805,7 +805,7 @@ "disable_any_subscription": "Disallow following user at all", "quarantine": "Disallow user posts from federating", "delete_user": "Delete user", - "delete_user_confirmation": "Are you absolutely sure? This action cannot be undone." + "delete_user_confirmation": "This will permanently delete the data from this account and deactivate it. Are you absolutely sure?" }, "highlight": { "disabled": "No highlight", |
