LP#1958258: (follow-up) tag new string for i18n
authorGalen Charlton <gmc@equinoxOLI.org>
Tue, 14 Feb 2023 14:47:02 +0000 (09:47 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Tue, 14 Feb 2023 14:47:02 +0000 (09:47 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/eg2/src/app/staff/login.component.html

index e6c2644..31edfcf 100644 (file)
@@ -57,7 +57,7 @@
         </div>
 
         <div class="row" *ngIf="pendingXactsDate">
-          <div class="col-lg-8 offset-lg-4 alert alert-warning mt-2">
+          <div class="col-lg-8 offset-lg-4 alert alert-warning mt-2" i18n>
             Unprocessed offline transactions waiting for upload.
             Last transaction added at {{pendingXactsDate | date:'short'}}.
           </div>