Skip to content

Commit 2974e1d

Browse files
committed
Fix for #28
1 parent f1790c4 commit 2974e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-app/views/email/alert.gsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head><title>Email alert from ${grailsApplication.config.skin.orgNameLong}</title></head>
44
<body>
55
<h2>${title}</h2>
6-
<p><g:message code="${message}" default="${message}" args="${[totalRecords]}"/></p>
6+
<p><g:message code="${message}" default="${message}"/></p>
77
<p>To view details, <a href="${moreInfo}">click here</a></p>
88
<p>To manage your alerts, <a href="${stopNotification}">click here</a></p>
99
</body>

0 commit comments

Comments
 (0)