Skip to content

Commit 7b6675e

Browse files
Typo in eduID deletion email (#1183)
remove a/een before deletion_period_en/nl, assuming it always starts with a number
1 parent 46ec32c commit 7b6675e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

myconext-server/src/main/resources/mail_templates/inactivity_warning_short_term_en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="middle" style="padding: 20px 0 40px 60px;max-width: 600px;">
1212
<p>Dear <strong>{{name}}</strong>,</p>
1313
<p>We want to remind you that you have an eduID account that you haven't used for {{inactivity_period_en}}.
14-
Please note: if you don't take any action, your eduID will be deleted in a {{deletion_period_en}}, on {{account_delete_date_en}}.
14+
Please note: if you don't take any action, your eduID will be deleted in {{deletion_period_en}}, on {{account_delete_date_en}}.
1515
</p>
1616
{{> inactivity_services_en.html}}
1717
<p>

myconext-server/src/main/resources/mail_templates/inactivity_warning_short_term_en.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Dear {{name}},
22

3-
We want to remind you that you have an eduID account that you haven't used for {{inactivity_period_en}}. Please note: if you don't take any action, your eduID will be deleted in a {{deletion_period_en}}, on {{account_delete_date_en}}.
3+
We want to remind you that you have an eduID account that you haven't used for {{inactivity_period_en}}. Please note: if you don't take any action, your eduID will be deleted in {{deletion_period_en}}, on {{account_delete_date_en}}.
44

55
{{> inactivity_services_en.txt}}
66

myconext-server/src/main/resources/mail_templates/inactivity_warning_short_term_nl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Beste {{name}},
22

3-
We willen je eraan herinneren dat je een eduID al {{inactivity_period_nl}} niet meer gebruikt hebt. Let op: doe je niets, dan wordt je eduID over een {{deletion_period_nl}} op {{account_delete_date_nl}} verwijderd.
3+
We willen je eraan herinneren dat je een eduID al {{inactivity_period_nl}} niet meer gebruikt hebt. Let op: doe je niets, dan wordt je eduID over {{deletion_period_nl}} op {{account_delete_date_nl}} verwijderd.
44

55
{{> inactivity_services_nl.txt}}
66

0 commit comments

Comments
 (0)