From f5eb4a54e87f4f34c629a952cda164fd52d1ed08 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 2 Nov 2016 18:10:54 +0100 Subject: [server] Add missing % to template placeholder --- .../main/java/org/openslx/bwlp/sat/mail/MailTemplateConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dozentenmodulserver/src/main/java') diff --git a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/mail/MailTemplateConfiguration.java b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/mail/MailTemplateConfiguration.java index 36a5887b..ae8fd79a 100644 --- a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/mail/MailTemplateConfiguration.java +++ b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/mail/MailTemplateConfiguration.java @@ -54,7 +54,7 @@ public class MailTemplateConfiguration { new MailTemplatePlain( Template.LECTURE_LINKED_VM_EXPIRING, "Hinweis, dass die zu einer Veranstaltung gehörige VM bald abläuft.", - "Hinweis zur Veranstaltung '%lecture%': Die verwendete VM '%image'" + "Hinweis zur Veranstaltung '%lecture%': Die verwendete VM '%image%'" + " läuft in %remaining_days% Tag(en) ab. Bitte aktualisieren oder wechseln Sie die VM.", new String[]{"remaining_days"}, new String[]{"lecture"} -- cgit v1.2.3-55-g7522