Started implementing user settings -> security -> password management
This commit is contained in:
@@ -97,6 +97,41 @@
|
||||
}
|
||||
},
|
||||
"chat": {
|
||||
"userSettingsDialog": {
|
||||
"label": "Settings",
|
||||
"options": {
|
||||
"security": "Privacy & Security",
|
||||
"profile": "Profile",
|
||||
"themes": "Themes",
|
||||
"sessions": "Sessions",
|
||||
"storage": "Data and Storage"
|
||||
},
|
||||
"security": {
|
||||
"changePasswordDialog": {
|
||||
"label": "Change password",
|
||||
"labelSet": "Set password",
|
||||
"labelRemove": "Remove password",
|
||||
"currentPassword": "Current password",
|
||||
"newPassword": "New password",
|
||||
"newPasswordRepeat": "Repeat new password"
|
||||
},
|
||||
"label": "Keep your account safe by using as much sign in methods as possible. Also check your credentials regularly to keep them up to date.",
|
||||
"password": "Password",
|
||||
"set": "Set",
|
||||
"notSet": "Not set",
|
||||
"changePassword": "Change password",
|
||||
"phoneNumber": "Phone number",
|
||||
"email": "E-mail address",
|
||||
"removePassword": "Remove password",
|
||||
"changePhone": "Change phone number",
|
||||
"changeMail": "Change e-mail address",
|
||||
"removePhone": "Remove phone number",
|
||||
"removeMail": "Remove e-mail address",
|
||||
"setPassword": "Set password",
|
||||
"setPhone": "Set phone number",
|
||||
"setMail": "Set e-mail address"
|
||||
}
|
||||
},
|
||||
"tabBar": {
|
||||
"tab1": "Chats",
|
||||
"tab2": "Networks",
|
||||
|
||||
Reference in New Issue
Block a user