chore: Add campaign empty page (#2173)
* Enhancement: Create route for contact details page * add campaign page, add button, campaign description * add locale texts * update locale texts * update grid Co-authored-by: Nithin David <webofnithin@gmail.com>
This commit is contained in:
9
app/javascript/dashboard/i18n/locale/en/campaign.json
Normal file
9
app/javascript/dashboard/i18n/locale/en/campaign.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"CAMPAIGN": {
|
||||
"HEADER": "Campaigns",
|
||||
"HEADER_BTN_TXT": "Create Campaign",
|
||||
"LIST": {
|
||||
"404": "There are no campaigns attached to this inbox"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -227,6 +227,7 @@
|
||||
"SETTINGS": "Settings",
|
||||
"COLLABORATORS": "Collaborators",
|
||||
"CONFIGURATION": "Configuration",
|
||||
"CAMPAIGN": "Campaigns",
|
||||
"PRE_CHAT_FORM": "Pre Chat Form",
|
||||
"BUSINESS_HOURS": "Business Hours"
|
||||
},
|
||||
|
||||
@@ -15,6 +15,8 @@ import { default as _integrations } from './integrations.json';
|
||||
import { default as _generalSettings } from './generalSettings.json';
|
||||
import { default as _teamsSettings } from './teamsSettings.json';
|
||||
|
||||
import { default as _campaign } from './campaign.json';
|
||||
|
||||
export default {
|
||||
..._agentMgmt,
|
||||
..._cannedMgmt,
|
||||
@@ -32,4 +34,5 @@ export default {
|
||||
..._integrations,
|
||||
..._generalSettings,
|
||||
..._teamsSettings,
|
||||
..._campaign,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user