fix(dashboard): Fixes to campaign and promotions domains (#9022)

This commit is contained in:
Kasper Fabricius Kristensen
2024-09-05 22:18:38 +02:00
committed by GitHub
parent c27aa46939
commit e5b90b2d97
29 changed files with 886 additions and 710 deletions

View File

@@ -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",