Skip to content

Commit 8d466bc

Browse files
committed
Merge branch '360-the-new-records-alert-displays-an-unusual-number-of-records' of https://github.com/AtlasOfLivingAustralia/alerts into 360-the-new-records-alert-displays-an-unusual-number-of-records
2 parents eeded55 + a590e38 commit 8d466bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grails-app/views/email/biocacheImages.gsp

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
<td style="background-color: #E8E8E8;color: #000;padding: 40px 30px 40px 30px;text-align: center;font-family: 'Roboto', sans-serif;font-size: 22px;line-height: 1.5;">
6161
<g:set var="totalRecords" value="${totalRecords}" />
6262
<div>
63-
<g:formatNumber number="${totalRecords}" format="###,###" /> ${totalRecords == 1 ? ' new record with images ' : 'new records with images'} ${totalRecords == 1 ? 'has' : 'have'} been added
63+
<g:formatNumber number="${totalRecords}" format="###,###" /> ${totalRecords == 1 ? ' record with images ' : ' records with images'} ${totalRecords == 1 ? 'has' : 'have'} been added
6464
</div>
6565
<br/>
6666
<div>
67-
<a class="btn info-button" href="${moreInfo}">View all new records with images</a>
67+
<a class="btn info-button" href="${moreInfo}">View all records with new images</a>
6868
</div>
6969
</td>
7070
</tr>

0 commit comments

Comments
 (0)