summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver/src/main/java/org/openslx
diff options
context:
space:
mode:
authorSimon Rettberg2016-11-02 18:10:54 +0100
committerSimon Rettberg2016-11-02 18:10:54 +0100
commitf5eb4a54e87f4f34c629a952cda164fd52d1ed08 (patch)
treea7f023f8764633126ffa591d3cdb3b3923ff21f6 /dozentenmodulserver/src/main/java/org/openslx
parent[client] fix npe caused by bad if clause, minor color fix (now properly remem... (diff)
downloadtutor-module-f5eb4a54e87f4f34c629a952cda164fd52d1ed08.tar.gz
tutor-module-f5eb4a54e87f4f34c629a952cda164fd52d1ed08.tar.xz
tutor-module-f5eb4a54e87f4f34c629a952cda164fd52d1ed08.zip
[server] Add missing % to template placeholder
Diffstat (limited to 'dozentenmodulserver/src/main/java/org/openslx')
-rw-r--r--dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/mail/MailTemplateConfiguration.java2
1 files changed, 1 insertions, 1 deletions
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"}