Skip to content

Commit fd03f29

Browse files
committed
Merge pull request #262 from sonoet/patch-1
change label for dateIssued to Publication Date
2 parents 93b2e18 + 2e84bb1 commit fd03f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: access/src/main/external/static/recordTransformations/modsToFullRecord.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
<th>
338338
<xsl:choose>
339339
<xsl:when test="$groupKey = 'dateIssued'">
340-
<xsl:value-of>Date Issued</xsl:value-of>
340+
<xsl:value-of>Publication Date</xsl:value-of>
341341
</xsl:when>
342342
<xsl:when test="$groupKey = 'dateCreated'">
343343
<xsl:value-of>Date Created</xsl:value-of>

0 commit comments

Comments
 (0)