forked from wallabag/wallabag
Better display and description
Confirmation message isn’t required since it is written in the delete description
This commit is contained in:
@ -88,7 +88,11 @@ config:
|
||||
name_label: 'Nom'
|
||||
email_label: 'Adreça de corrièl'
|
||||
twoFactorAuthentication_label: 'Dobla autentificacion'
|
||||
# delete_account: 'Delete my account'
|
||||
delete:
|
||||
# title: Delete my account (danger zone !)
|
||||
# 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.
|
||||
# confirm: Are you really sure? (it can't be UNDONE)
|
||||
# button: Delete my account
|
||||
form_password:
|
||||
old_password_label: 'Senhal actual'
|
||||
new_password_label: 'Senhal novèl'
|
||||
@ -487,6 +491,3 @@ flashes:
|
||||
notice:
|
||||
client_created: 'Novèl client creat'
|
||||
client_deleted: 'Client suprimit'
|
||||
account:
|
||||
notice:
|
||||
# account_deleted: 'Account deleted'
|
||||
|
||||
Reference in New Issue
Block a user