diff --git a/angular.json b/angular.json index 5a7ea9c..a87df18 100644 --- a/angular.json +++ b/angular.json @@ -56,7 +56,8 @@ "development": { "optimization": false, "extractLicenses": false, - "sourceMap": true + "sourceMap": true, + "baseHref": "" } }, "defaultConfiguration": "production" diff --git a/messages-en.json b/messages-en.json index f64cacd..8ade724 100644 --- a/messages-en.json +++ b/messages-en.json @@ -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" } } diff --git a/messages-nl.json b/messages-nl.json index 5d96288..0290c14 100644 --- a/messages-nl.json +++ b/messages-nl.json @@ -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" } } \ No newline at end of file diff --git a/src/app/landing-page/landing-page.component.ts b/src/app/landing-page/landing-page.component.ts index f662429..2587a47 100644 --- a/src/app/landing-page/landing-page.component.ts +++ b/src/app/landing-page/landing-page.component.ts @@ -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`