Update email text

This commit is contained in:
Marc Fokkert
2024-05-30 07:27:16 +02:00
parent f450d62edc
commit a4db3de8cd
4 changed files with 7 additions and 4 deletions

View File

@@ -56,7 +56,8 @@
"development": { "development": {
"optimization": false, "optimization": false,
"extractLicenses": false, "extractLicenses": false,
"sourceMap": true "sourceMap": true,
"baseHref": ""
} }
}, },
"defaultConfiguration": "production" "defaultConfiguration": "production"

View File

@@ -8,6 +8,6 @@
"whenOptionDinner": "Dinner", "whenOptionDinner": "Dinner",
"whenOptionChurch": "Church Ceremony", "whenOptionChurch": "Church Ceremony",
"whenOptionParty": "Party", "whenOptionParty": "Party",
"mailBody": "Glad to hear you are attending! Please provide answers to the following questions:%0D%0A\nI will attend with: X persons%0D%0A %0D%0A\nI will be attending (please remove the events you will not attend):\n%0D%0A\n{$PH}%0D%0A\n%0D%0ANotes and dietary requirements" "mailBody": "Glad to hear you are attending! Please provide answers to the following questions:%0D%0A\nI will attend with:%0D%0A X persons%0D%0A %0D%0A\nOur names are:%0D%0A - %0D%0A\nWe will be attending (please remove the events you will not attend):\n%0D%0A\n{$PH}%0D%0A\n%0D%0ANotes and dietary requirements"
} }
} }

View File

@@ -8,6 +8,6 @@
"whenOptionDinner": "Diner", "whenOptionDinner": "Diner",
"whenOptionChurch": "Kerkdienst", "whenOptionChurch": "Kerkdienst",
"whenOptionParty": "Feest", "whenOptionParty": "Feest",
"mailBody": "Wat fijn dat je ons laat weten of je er bij bent!%0D%0A\nIk kom met: %0D%0A\n- X personen%0D%0A %0D%0A\nIk ben er bij met (verwijder als je niet aanwezig bent):\n%0D%0A\n{$PH}%0D%0A\n%0D%0AVerdere opmerkingen/dieetwensen" "mailBody": "Wat fijn dat je ons laat weten of je er bij bent!%0D%0A\nIk kom met: %0D%0A\n- X personen%0D%0A %0D%0A\nOnze namen zijn: %0D%0A\n- %0D%0A %0D%0A\nWij zijn er bij met (verwijder als je niet aanwezig bent):\n%0D%0A\n{$PH}%0D%0A\n%0D%0AVerdere opmerkingen/dieetwensen"
} }
} }

View File

@@ -39,7 +39,9 @@ export class LandingPageComponent {
mailBody = $localize`:@@mailBody:Wat fijn dat je ons laat weten of je er bij bent!%0D%0A mailBody = $localize`:@@mailBody:Wat fijn dat je ons laat weten of je er bij bent!%0D%0A
Ik kom met: %0D%0A Ik kom met: %0D%0A
- X personen%0D%0A %0D%0A - X personen%0D%0A %0D%0A
Ik ben er bij met (verwijder als je niet aanwezig bent): Onze namen zijn: %0D%0A
- %0D%0A %0D%0A
Wij zijn er bij met (verwijder als je niet aanwezig bent):
%0D%0A %0D%0A
${this.getWhenQuestions()}%0D%0A ${this.getWhenQuestions()}%0D%0A
%0D%0AVerdere opmerkingen/dieetwensen` %0D%0AVerdere opmerkingen/dieetwensen`