LP#1999432: (follow-up) expand "PubDate" abbreviation
authorGalen Charlton <gmc@equinoxOLI.org>
Thu, 16 Feb 2023 15:01:49 +0000 (10:01 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Thu, 16 Feb 2023 15:01:49 +0000 (10:01 -0500)
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>

Open-ILS/src/eg2/src/app/staff/catalog/cnbrowse/results.component.html

index e77315e..c2aff08 100644 (file)
@@ -59,7 +59,7 @@
               </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>