mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-20 10:44:13 +00:00
Merge pull request #226 from 3onyc/feature/username-change
Implement "Change username" feature
This commit is contained in:
commit
9c50eb8b06
1 changed files with 3 additions and 0 deletions
|
|
@ -43,9 +43,11 @@
|
|||
"misc": "Misc",
|
||||
"showHeader": "Show Header",
|
||||
"changePass": "Change Password",
|
||||
"changeUsername": "Change Username",
|
||||
"oldPass": "Old Password",
|
||||
"newPass": "New Password",
|
||||
"confirmPass": "Confirm New Password",
|
||||
"newUsername": "New Username",
|
||||
"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 will be deleted permanently and you will lose all of your task's 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.",
|
||||
|
|
@ -64,5 +66,6 @@
|
|||
"enterNumber": "Please enter a number between 0 and 24",
|
||||
"fillAll": "Please fill out all fields",
|
||||
"passSuccess": "Password successfully changed",
|
||||
"usernameSuccess": "Username successfully changed",
|
||||
"difficulty": "Difficulty"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue