mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-29 22:20:42 +00:00
allow "Your password" to be translated in account deletion confirmation (#7624)
* allow "Your password" to be translated in account deletion confirmation * rename string for deleting local account confirmation step
This commit is contained in:
parent
dc87aefefc
commit
a941ee8b84
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@
|
|||
"dangerZone": "Danger Zone",
|
||||
"resetText1": "WARNING! This resets many parts of your account. This is highly discouraged, but some people find it useful in the beginning after playing with the site for a short time.",
|
||||
"resetText2": "You will lose all your levels, gold, and experience points. All your tasks (except those from challenges) will be deleted permanently and you will lose all of their historical data. You will lose all your equipment but you will be able to buy it all back, including all limited edition equipment or subscriber Mystery items that you already own (you will need to be in the correct class to re-buy class-specific gear). You will keep your current class and your pets and mounts. You might prefer to use an Orb of Rebirth instead, which is a much safer option and which will preserve your tasks.",
|
||||
"deleteText": "Are you sure? This will delete your account forever, and it can never be restored! You will need to register a new account to use Habitica again. Banked or spent Gems will not be refunded. If you're absolutely certain, type <strong><%= deleteWord %></strong> into the text box below.",
|
||||
"deleteLocalAccountText": "Are you sure? This will delete your account forever, and it can never be restored! You will need to register a new account to use Habitica again. Banked or spent Gems will not be refunded. If you're absolutely certain, type your password into the text box below.",
|
||||
"API": "API",
|
||||
"APIv3": "API v3",
|
||||
"APIv2": "API v2 - Deprecated",
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ script(type='text/ng-template', id='modals/delete.html')
|
|||
.modal-header
|
||||
h4=env.t('deleteAccount')
|
||||
.modal-body
|
||||
p!=env.t('deleteText', {deleteWord: 'Your password'})
|
||||
p!=env.t('deleteLocalAccountText')
|
||||
br
|
||||
.row
|
||||
.col-md-6
|
||||
|
|
|
|||
Loading…
Reference in a new issue