]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/emails/sub-points.tpl
More EL used, this has fixed double calls of translateComma() in various places
[mailer.git] / templates / de / emails / sub-points.tpl
index 5d5c9d9c810de0e0b2d84301115893869b99aded..073d934c1113890dc7a34037a20664771a1bc8bb 100644 (file)
@@ -1,13 +1,13 @@
-Hallo $content[gender] $content[surname] $content[family],
+Hallo {%user,gender,translateGender=$userid%} {%user,surname=$userid%} {%user,family=$userid%},
 
-Einer unserer Administratoren hat Ihnen soeben $content[points] {?POINTS?} abgezogen!
+Einer unserer Administratoren hat Ihnen soeben {%pipe,translateComma=$content[points]%} {?POINTS?} abgezogen!
 
 Grund dazu war folgender:
 ----------------
-$content[text]
+$content[reason]
 ----------------
 
 Mit freundlichen Grüßen,
   Ihr {?MAIN_TITLE?} Team
 
-{?URL?} ({?WEBMASTER?})
\ No newline at end of file
+{?URL?} ({?WEBMASTER?})