Skip to content

Commit

Permalink
updating last payment reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
Fake51 committed Mar 14, 2019
1 parent e9dcb3a commit 1e13370
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions include/templates/participant/lastpaymentreminder-da.phtml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h2>Påmindelse om betaling til Fastaval 2018</h2>
<h2>Påmindelse om betaling til Fastaval <?= date('Y');?></h2>
<p> </p>
<p>Hej <?= e($this->participant->fornavn);?> <?= e($this->participant->efternavn);?>,</p>
<p> </p>
<p>Vi skriver til dig, fordi vi ikke kan se din betaling for Fastaval 2018.</p>
<p>Vi skriver til dig, fordi vi ikke kan se din betaling for Fastaval <?= date('Y');?>.</p>

<p>Har du allerede betalt må du meget gerne kontakte os på <a href="mailto:[email protected]">[email protected]</a>, så vi kan få styr på betalingen.</p>

Expand Down Expand Up @@ -34,5 +34,5 @@
<li>Kontakt <a href="mailto:[email protected]">[email protected]</a> og lad os vide at betalingen er på vej, så vi ikke ved uheld for annulleret din tilmelding</li>
</ul>
<p> </p>
<p><strong>Vi glæder os til at se dig på Fastaval 2018!</strong></p>
<p><strong>Vi glæder os til at se dig på Fastaval <?= date('Y');?>!</strong></p>
<p>Mvh Fastaval</p>
6 changes: 3 additions & 3 deletions include/templates/participant/lastpaymentreminder-en.phtml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h2>Reminder of payment for Fastaval 2018</h2>
<h2>Reminder of payment for Fastaval <?= date('Y');?></h2>
<p> </p>
<p>Hi <?= e($this->participant->fornavn);?> <?= e($this->participant->efternavn);?>,</p>
<p> </p>
<p>We&#39;re writing to you because we cannot see a payment from you for Fastaval 2018.</p>
<p>We&#39;re writing to you because we cannot see a payment from you for Fastaval <?= date('Y');?>.</p>

<p>If you already paid, please contact us at <a href="mailto:[email protected]">[email protected]</a>, so we can clear up the payment.</p>

Expand Down Expand Up @@ -33,6 +33,6 @@
<li>Contact <a href="mailto:[email protected]">[email protected]</a> to let us know that your payment is on its way, so we don&#39;t cancel your signup by mistake</li>
</ul>
<p> </p>
<p><strong>We look forward to seeing you at Fastaval 2018!</strong></p>
<p><strong>We look forward to seeing you at Fastaval <?= date('Y');?>!</strong></p>
<p>Best,</p>
<p>Fastaval</p>

0 comments on commit 1e13370

Please sign in to comment.