The shelf browse interface has enough space, so this patch
changes the label to "Publication Date" for the sake of translations
and consistency with other places in the interface that use
the full label.
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
</div>
<ng-container *ngIf="callNumber._bibSummary.display.pubdate">
<div class="d-flex">
- <div class="flex1" i18n>PubDate:</div>
+ <div class="flex1" i18n>Publication Date:</div>
<div class="flex1 px-1">{{callNumber._bibSummary.display.pubdate}}</div>
</div>
</ng-container>