diff --git a/myconext-server/src/main/resources/mail_templates/inactivity_warning_short_term_en.html b/myconext-server/src/main/resources/mail_templates/inactivity_warning_short_term_en.html index eec360cd..044c6d9e 100644 --- a/myconext-server/src/main/resources/mail_templates/inactivity_warning_short_term_en.html +++ b/myconext-server/src/main/resources/mail_templates/inactivity_warning_short_term_en.html @@ -11,7 +11,7 @@
Dear {{name}},
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}}. + Please note: if you don't take any action, your eduID will be deleted in {{deletion_period_en}}, on {{account_delete_date_en}}.
{{> inactivity_services_en.html}}diff --git a/myconext-server/src/main/resources/mail_templates/inactivity_warning_short_term_en.txt b/myconext-server/src/main/resources/mail_templates/inactivity_warning_short_term_en.txt index ee24e278..f9c362cd 100644 --- a/myconext-server/src/main/resources/mail_templates/inactivity_warning_short_term_en.txt +++ b/myconext-server/src/main/resources/mail_templates/inactivity_warning_short_term_en.txt @@ -1,6 +1,6 @@ Dear {{name}}, -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}}. +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}}. {{> inactivity_services_en.txt}} diff --git a/myconext-server/src/main/resources/mail_templates/inactivity_warning_short_term_nl.txt b/myconext-server/src/main/resources/mail_templates/inactivity_warning_short_term_nl.txt index 35173044..7c5e2c57 100644 --- a/myconext-server/src/main/resources/mail_templates/inactivity_warning_short_term_nl.txt +++ b/myconext-server/src/main/resources/mail_templates/inactivity_warning_short_term_nl.txt @@ -1,6 +1,6 @@ Beste {{name}}, -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. +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. {{> inactivity_services_nl.txt}}