We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1790c4 commit 2974e1dCopy full SHA for 2974e1d
grails-app/views/email/alert.gsp
@@ -3,7 +3,7 @@
3
<head><title>Email alert from ${grailsApplication.config.skin.orgNameLong}</title></head>
4
<body>
5
<h2>${title}</h2>
6
- <p><g:message code="${message}" default="${message}" args="${[totalRecords]}"/></p>
+ <p><g:message code="${message}" default="${message}"/></p>
7
<p>To view details, <a href="${moreInfo}">click here</a></p>
8
<p>To manage your alerts, <a href="${stopNotification}">click here</a></p>
9
</body>
0 commit comments