aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-09 21:21:03 +0200
committerGitHub <noreply@github.com>2016-10-09 21:21:03 +0200
commit418626e8365f64f50e0cae3676376629155fdb20 (patch)
treea5b2ce9de000862aa86c75c4c5facd791d6035ba /src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
parentd9b0673dbb1138e805e039610cef893e49abe3d8 (diff)
parent9810f30821105f6340b64e8bdca9f91b9da8a6ba (diff)
downloadwallabag-418626e8365f64f50e0cae3676376629155fdb20.tar.gz
wallabag-418626e8365f64f50e0cae3676376629155fdb20.tar.zst
wallabag-418626e8365f64f50e0cae3676376629155fdb20.zip
Merge pull request #2177 from wallabag/delete-account
Delete user
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.en.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index b8e98112..43f5a950 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -88,6 +88,11 @@ config:
88 name_label: 'Name' 88 name_label: 'Name'
89 email_label: 'Email' 89 email_label: 'Email'
90 twoFactorAuthentication_label: 'Two factor authentication' 90 twoFactorAuthentication_label: 'Two factor authentication'
91 delete:
92 title: Delete my account (danger zone !)
93 description: If you remove your account, ALL your articles, ALL your tags, ALL your annotations and your account will be PERMANENTLY removed (it can't be UNDONE). You'll then be logged out.
94 confirm: Are you really sure? (it can't be UNDONE)
95 button: Delete my account
91 form_password: 96 form_password:
92 old_password_label: 'Current password' 97 old_password_label: 'Current password'
93 new_password_label: 'New password' 98 new_password_label: 'New password'