Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add account deletion page keys #340

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion en.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,25 @@
"delete": "Mark Account for Deletion",
"delete_still_own_servers": "Cannot delete account until servers are deleted or transferred",
"delete_description": "Your account and all of your data (including your messages and friends list) will be queued for deletion. A confirmation email will be sent - you can cancel this within 7 days by contacting support."
}
},
"delete": {
"error": {
"title": "Deletion failed",
"description": "There was an error with your request."
},
"success": {
"title": "Confirmed deletion",
"description": {
"header": "Your account will be deleted in 7 days.",
"paragraph_first": "You may contact",
"paragraph_second": "to cancel the request if you wish.",
"support": "Revolt support"
}
},
"loading": {
"title": "Please wait",
"description": "Contacting the server."
}
},
"profile": {
"title": "Profile",
Expand Down