more template updates for i18n

This commit is contained in:
tworrall 2013-05-31 11:57:37 -04:00
parent 20e6db75cd
commit 4a01fa057b
8 changed files with 26 additions and 25 deletions

View file

@ -2,7 +2,7 @@
<#-- Template for email message sent to site administrator when an error occurs on the site. -->
<#assign subject = i18n().error_occurred />
<#assign subject = "${i18n().error_occurred}" />
<#assign datetime = datetime?string("yyyy-MM-dd HH:mm:ss zzz")>