Feature: Add UI to update email notification preferences (#579)

This commit is contained in:
Pranav Raj S
2020-03-01 17:47:08 +05:30
committed by GitHub
parent 629c73d3ce
commit d6237dfc59
11 changed files with 369 additions and 3 deletions

View File

@@ -18,6 +18,14 @@
"TITLE": "Password",
"NOTE": "Updating your password would reset your logins in multiple devices."
},
"EMAIL_NOTIFICATIONS_SECTION" : {
"TITLE": "Email Notifications",
"NOTE": "Update your email notification preferences here",
"CONVERSATION_ASSIGNMENT": "Send email notifications when a conversation is assigned to me",
"CONVERSATION_CREATION": "Send email notifications when a new conversation is created",
"UPDATE_SUCCESS": "Your email notification preferences are updated successfully",
"UPDATE_ERROR": "There is an error while updating the preferences, please try again"
},
"PROFILE_IMAGE":{
"LABEL": "Profile Image"
},