Update email text
This commit is contained in:
@@ -56,7 +56,8 @@
|
||||
"development": {
|
||||
"optimization": false,
|
||||
"extractLicenses": false,
|
||||
"sourceMap": true
|
||||
"sourceMap": true,
|
||||
"baseHref": ""
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "production"
|
||||
|
||||
@@ -8,6 +8,6 @@
|
||||
"whenOptionDinner": "Dinner",
|
||||
"whenOptionChurch": "Church Ceremony",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,6 +8,6 @@
|
||||
"whenOptionDinner": "Diner",
|
||||
"whenOptionChurch": "Kerkdienst",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@@ -39,7 +39,9 @@ export class LandingPageComponent {
|
||||
mailBody = $localize`:@@mailBody:Wat fijn dat je ons laat weten of je er bij bent!%0D%0A
|
||||
Ik kom met: %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
|
||||
${this.getWhenQuestions()}%0D%0A
|
||||
%0D%0AVerdere opmerkingen/dieetwensen`
|
||||
|
||||
Reference in New Issue
Block a user