fix(dashboard): campaign fixes (#9082)
**What** - fix campaign dropdown placeholder - fix create campaign broken modal ---  --- FIXES CC-112
This commit is contained in:
@@ -1714,7 +1714,11 @@
|
||||
"campaign": {
|
||||
"existing": {
|
||||
"title": "Existing Campaign",
|
||||
"description": "Add promotion to an existing campaign."
|
||||
"description": "Add promotion to an existing campaign.",
|
||||
"placeholder": {
|
||||
"title": "No existing campaigns",
|
||||
"desc": "You can create one to track multiple promotions and set budget limits."
|
||||
}
|
||||
},
|
||||
"new": {
|
||||
"title": "New Campaign",
|
||||
|
||||
Reference in New Issue
Block a user