LP1999446 Localize "Record Summary" card heading
authorStephanie Leary <stephanie.leary@equinoxOLI.org>
Mon, 12 Dec 2022 21:48:31 +0000 (15:48 -0600)
committerJane Sandberg <sandbergja@gmail.com>
Wed, 14 Dec 2022 00:19:57 +0000 (16:19 -0800)
Wraps the bib summary card heading in a span for localization.

Signed-off-by: Stephanie Leary <stephanie.leary@equinoxOLI.org>
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>
Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html

index 3ca54d2..99aebdb 100644 (file)
@@ -2,7 +2,7 @@
 <div class='eg-bib-summary card tight-card w-100' *ngIf="summary">
   <div class="card-header d-flex">
     <div class="font-weight-bold">
-      Record Summary
+      <span i18n>Record Summary</span>
       <ng-container *ngIf="summary.record.deleted() === 't'">
         <span class="text-danger" i18n>(Deleted)</span>
       </ng-container>