Feature: Ability to set an account name (#667)
* Ability to change the account name * Ability to set a language to the account Addresses: #667 #307 Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a1a81e3799
commit
99eaf59509
@@ -22,4 +22,16 @@ export default {
|
||||
NEW_INBOX: 'Add Inbox',
|
||||
},
|
||||
},
|
||||
SIDEBAR: {
|
||||
CONVERSATIONS: 'Conversations',
|
||||
REPORTS: 'Reports',
|
||||
SETTINGS: 'Settings',
|
||||
HOME: 'Home',
|
||||
AGENTS: 'Agents',
|
||||
INBOXES: 'Inboxes',
|
||||
CANNED_RESPONSES: 'Canned Responses',
|
||||
BILLING: 'Billing',
|
||||
INTEGRATIONS: 'Integrations',
|
||||
ACCOUNT_SETTINGS: 'Account Settings',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user