@heycater/qualification-funnel 1.19.10 → 1.19.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/artifacts/locales/de/qualification.json +1 -1
- package/dist/artifacts/locales/en/common.json +1 -1
- package/dist/artifacts/locales/en/qualification.json +1 -1
- package/dist/heycater-funnel.iife.js +98 -98
- package/dist/index.cjs.js +107 -107
- package/dist/index.esm.js +144 -140
- package/package.json +1 -1
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"vegan": "{{ amount }} Veganer",
|
|
177
177
|
"vegetarian": "{{ amount }} Vegetarier",
|
|
178
178
|
"carnivore": "{{ amount }} Fleischesser",
|
|
179
|
-
"budget": "{{ perPerson }}
|
|
179
|
+
"budget": "{{ perPerson }}€ p.P. / {{ total }}€ Gesamtbudget"
|
|
180
180
|
},
|
|
181
181
|
"diet": {
|
|
182
182
|
"pax": "Personenzahl:"
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"lead_type": "request type",
|
|
329
329
|
"min_order_number": "Number of people",
|
|
330
330
|
"budget": "budget",
|
|
331
|
-
"budgetProPerson": "Budget
|
|
331
|
+
"budgetProPerson": "Budget pro Person",
|
|
332
332
|
"totalBudget": "Total Budget",
|
|
333
333
|
"services": "services"
|
|
334
334
|
},
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"vegan": "{{ amount }} Vegans",
|
|
178
178
|
"vegetarian": "{{ amount }} Vegetarians",
|
|
179
179
|
"carnivore": "{{ amount }} Carnivores",
|
|
180
|
-
"budget": "{{
|
|
180
|
+
"budget": "{{ perPerson }}€ p.P. / {{ total }}€ Total Budget"
|
|
181
181
|
},
|
|
182
182
|
"diet": {
|
|
183
183
|
"pax": "Number of people:"
|