diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-05-14 18:12:53 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-05-14 18:12:53 +0000 |
| commit | 2eea36f6233fd57bed3c3d35d763b27f0812f1db (patch) | |
| tree | 8d686fc8c67c6e1108024ce928abf0aaa9831dc4 | |
| parent | dbf9285ed7e6bb1a90271d1f708b92ef56ba2a3c (diff) | |
| parent | 9180fdb4927af12c123751a30ef55d6f56ffa173 (diff) | |
Merge branch 'i18n/update-delete-description' into 'develop'
Clarify that we only delete data, not the account
See merge request pleroma/pleroma-fe!1102
| -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 d5748719..c7f8839d 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -281,7 +281,7 @@ "data_import_export_tab": "Data Import / Export", "default_vis": "Default visibility scope", "delete_account": "Delete Account", - "delete_account_description": "Permanently delete your account and all your messages.", + "delete_account_description": "Permanently delete your data and deactivate your account.", "delete_account_error": "There was an issue deleting your account. If this persists please contact your instance administrator.", "delete_account_instructions": "Type your password in the input below to confirm account deletion.", "discoverable": "Allow discovery of this account in search results and other services", |
