update texts
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>de.champonthis</groupId>
|
<groupId>de.champonthis</groupId>
|
||||||
<artifactId>abi</artifactId>
|
<artifactId>abi</artifactId>
|
||||||
<version>0.3.1</version>
|
<version>0.3.2</version>
|
||||||
<name>abi</name>
|
<name>abi</name>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<h1>Hallo <span th:text="${contact.updatedName != null ? contact.updatedName : contact.name}"></span>!</h1>
|
<h1>Hallo <span th:text="${contact.updatedName != null ? contact.updatedName : contact.name}"></span>!</h1>
|
||||||
<div>
|
<div>
|
||||||
<p th:if="${contact.committed != null and contact.committed.name() == 'YES'}">
|
<p th:if="${contact.committed != null and contact.committed.name() == 'YES'}">
|
||||||
Super, dass du für unser 20-Jahres-Abitreffen am 13.11.2027 in Gevelsberg zugesagt hast - wir freuen uns sehr, dich dort wiederzusehen!
|
Super, dass du für unser 20-Jahres-Abitreffen am Samstag, den 13.11.2027, in Gevelsberg zugesagt hast - wir freuen uns sehr, dich dort wiederzusehen! Weitere Details folgen!
|
||||||
</p>
|
</p>
|
||||||
<p th:if="${contact.committed != null and contact.committed.name() == 'NO'}">
|
<p th:if="${contact.committed != null and contact.committed.name() == 'NO'}">
|
||||||
Schade, dass du im Moment nicht dabei bist. Du kannst deine Meinung aber jederzeit ändern.
|
Schade, dass du im Moment nicht dabei bist. Du kannst deine Meinung aber jederzeit ändern.
|
||||||
|
|||||||
@@ -282,10 +282,10 @@
|
|||||||
Genauere Infos und Details gibt's dann später hier und per Mail.
|
Genauere Infos und Details gibt's dann später hier und per Mail.
|
||||||
</p>
|
</p>
|
||||||
<p x-show="!stepMsg && committed === 'YES'">
|
<p x-show="!stepMsg && committed === 'YES'">
|
||||||
Du hast bereits <strong>zugesagt</strong>. Genauere Infos und Details gibt's dann später hier und per Mail. Falls du deine Meinung ändern möchtest, kannst du hier nochmal wählen.
|
Du hast bereits für Samstag, den 13.11.2027,<strong>zugesagt</strong>. Genauere Infos und Details gibt's dann später hier und per Mail. Falls du deine Meinung ändern möchtest, kannst du hier nochmal wählen.
|
||||||
</p>
|
</p>
|
||||||
<p x-show="!stepMsg && committed === 'NO'">
|
<p x-show="!stepMsg && committed === 'NO'">
|
||||||
Du hast bereits <strong>abgesagt</strong>. Falls du deine Meinung ändern möchtest, kannst du hier nochmal wählen.
|
Du hast bereits für Samstag, den 13.11.2027,<strong>abgesagt</strong>. Falls du deine Meinung ändern möchtest, kannst du hier nochmal wählen.
|
||||||
</p>
|
</p>
|
||||||
<div class="d-flex gap-2 mb-3">
|
<div class="d-flex gap-2 mb-3">
|
||||||
<button x-show="!stepMsg" id="commitYes" class="btn flex-fill"
|
<button x-show="!stepMsg" id="commitYes" class="btn flex-fill"
|
||||||
|
|||||||
Reference in New Issue
Block a user