Skip to content

Commit 93f7100

Browse files
replace unsubscribe-all link with manage-your-alerts link per #42
1 parent 4f6e3d8 commit 93f7100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-app/views/email/_unsubscribe.gsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<div>
33
<g:message code="email.unsubscribe.query" args="[unsubscribeOne, query.name]" />
44
<br>
5-
<g:message code="email.unsubscribe.all" args="[unsubscribeAll, grailsApplication.config.skin.orgNameLong]" />
5+
<a href="${stopNotification}"><g:message code="alert.manage" /></a>
66
</div>
77
</div>

0 commit comments

Comments
 (0)