Add message for delete account content (#118)

* Add message for delete account content

* adjust confirm message
This commit is contained in:
Nutomic 2024-03-05 14:50:51 +01:00 committed by GitHub
parent 1c15e909c2
commit 4adcbef91d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,8 @@
"undeleted_comment": "Undeleted comment",
"deleted": "deleted by creator",
"delete_account": "Delete Account",
"delete_account_confirm": "Warning: this will permanently delete all of your data from this instance. Your data may not be deleted on other, existing instances. Enter your password to confirm.",
"delete_account_content": "Delete all posts, comments and uploaded images",
"delete_account_confirm": "Warning: this will permanently delete your account. The deletion may not always federate to other instances. Enter your password to confirm.",
"click_to_delete_picture": "Click to delete picture: {{filename}}",
"failed_to_delete_picture": "Failed to delete picture: {{filename}}",
"picture_deleted": "Picture deleted: {{filename}}",