summaryrefslogtreecommitdiff
path: root/locales/en.json
diff options
context:
space:
mode:
authorSheogorath2018-05-25 17:03:35 +0200
committerSheogorath2018-05-25 17:11:11 +0200
commit9fd09a8dfb8c59a44e9b2b51658e9e638a855635 (patch)
tree6eec24a785c0b9157086123d01b0d0d8c3b361f4 /locales/en.json
parente31d204d747c6db0b39288fa55269e8a3311525c (diff)
Add delete user UI
This provides the UI for the delete user feature introduced in 4229084c6211db3d22cd9abec99b957725650b9e Placing of the user delete button is not perfect, but can be moved to an own user tab later on. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r--locales/en.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/locales/en.json b/locales/en.json
index b19089e4..8b2574a7 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -107,5 +107,8 @@
"Night Theme": "Night Theme",
"Follow us on %s and %s.": "Follow us on %s, and %s.",
"Privacy": "Privacy",
- "Terms of Use": "Terms of Use"
-} \ No newline at end of file
+ "Terms of Use": "Terms of Use",
+ "Do you really want to delete your user account?": "Do you really want to delete your user account?",
+ "This will delete your account, all notes that are owned by you and remove all references to your account from other notes.": "This will delete your account, all notes that are owned by you and remove all references to your account from other notes.",
+ "Delete user": "Delete user"
+}