Skip to content

Commit

Permalink
Merge pull request #1211 from georgringer/patch-2
Browse files Browse the repository at this point in the history
[TASK] Fix grammer issue
  • Loading branch information
derhansen authored Mar 12, 2024
2 parents 36a9b09 + 91d930e commit 8db3349
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">

<p>Hello {registration.firstname} {registration.lastname},</p>
<p>thank you for participating to the following event:</p>
<p>thank you for participating in the following event:</p>
<ul>
<li>{event.title} - ({f:format.date(date: event.startdate, format: '%d.%m.%Y - %H:%M')} - {f:format.date(date: event.enddate, format: '%d.%m.%Y - %H:%M')})</li>
</ul>
Expand Down

0 comments on commit 8db3349

Please sign in to comment.