chore: Add bot in campaign add/edit form (#2246)

* fix empty message condition in campaign table

* add bot in campaign

* locale changes

* review fixes
This commit is contained in:
Muhsin Keloth
2021-05-10 21:41:43 +05:30
committed by GitHub
parent 627a89faf0
commit b5ef9f14e1
5 changed files with 35 additions and 11 deletions

View File

@@ -52,6 +52,7 @@
},
"LIST": {
"LOADING_MESSAGE": "Loading campaigns...",
"404": "There are no campaigns created for this inbox.",
"TABLE_HEADER": {
"TITLE": "Title",
"MESSAGE": "Message",
@@ -69,6 +70,9 @@
"STATUS": {
"ENABLED": "Enabled",
"DISABLED": "Disabled"
},
"SENDER": {
"BOT": "Bot"
}
}
}