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:
Muhsin Keloth
2021-04-28 18:57:47 +05:30
committed by GitHub
parent 6ea1e0d047
commit aa47bad4c1
5 changed files with 61 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
{
"CAMPAIGN": {
"HEADER": "Campaigns",
"HEADER_BTN_TXT": "Create Campaign",
"LIST": {
"404": "There are no campaigns attached to this inbox"
}
}
}