mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
feat(change-email): allow changing email address
This commit is contained in:
parent
5aecf8fd55
commit
2331840386
1 changed files with 4 additions and 1 deletions
|
|
@ -46,6 +46,8 @@
|
|||
"showHeader": "Show Header",
|
||||
"changePass": "Change Password",
|
||||
"changeUsername": "Change Login Name",
|
||||
"changeEmail": "Change Email Address",
|
||||
"newEmail": "New Email Address",
|
||||
"oldPass": "Old Password",
|
||||
"newPass": "New Password",
|
||||
"confirmPass": "Confirm New Password",
|
||||
|
|
@ -67,8 +69,9 @@
|
|||
"deleteDo": "Do it, delete my account!",
|
||||
"enterNumber": "Please enter a number between 0 and 24",
|
||||
"fillAll": "Please fill out all fields",
|
||||
"passSuccess": "Password successfully changed",
|
||||
"passwordSuccess": "Password successfully changed",
|
||||
"usernameSuccess": "Login Name successfully changed",
|
||||
"emailSuccess": "Email successfully changed",
|
||||
"data": "Data",
|
||||
"exportData": "Export Data",
|
||||
"emailChange1": "To change your email address, please send an email to",
|
||||
|
|
|
|||
Loading…
Reference in a new issue