fix(dashboard): Fixes to campaign and promotions domains (#9022)
This commit is contained in:
committed by
GitHub
parent
c27aa46939
commit
e5b90b2d97
@@ -1694,8 +1694,15 @@
|
||||
"title": "Edit buy rules"
|
||||
}
|
||||
},
|
||||
"addToCampaign": {
|
||||
"title": "Promotion's Campaign"
|
||||
"campaign": {
|
||||
"header": "Campaign",
|
||||
"edit": {
|
||||
"header": "Edit Campaign",
|
||||
"successToast": "Successfully updated the campaign of the promotion."
|
||||
},
|
||||
"actions": {
|
||||
"goToCampaign": "Go to campaign"
|
||||
}
|
||||
},
|
||||
"campaign_currency": {
|
||||
"tooltip": "This is the promotion's currency. Change it from the Details tab."
|
||||
@@ -1800,6 +1807,14 @@
|
||||
"header": "Edit Campaign",
|
||||
"successToast": "Campaign '{{name}}' was successfully updated."
|
||||
},
|
||||
"configuration": {
|
||||
"header": "Configuration",
|
||||
"edit": {
|
||||
"header": "Edit Campaign Configuration",
|
||||
"description": "Edit the configuration of the campaign.",
|
||||
"successToast": "Campaign configuration was successfully updated."
|
||||
}
|
||||
},
|
||||
"create": {
|
||||
"hint": "Create a promotional campaign.",
|
||||
"header": "Create Campaign",
|
||||
|
||||
Reference in New Issue
Block a user