LP#1398107: Add i18n attribute to alert text user/rogan/lp1398107_alert_when_dying_bib_has_holds_signoff
authorChris Sharp <csharp@georgialibraries.org>
Tue, 27 Oct 2020 19:52:09 +0000 (15:52 -0400)
committerRogan Hamby <rogan.hamby@gmail.com>
Tue, 27 Oct 2020 19:53:42 +0000 (15:53 -0400)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com>
Open-ILS/src/eg2/src/app/share/dialog/alert.component.html

index 9dfe1a9..e9ca466 100644 (file)
@@ -1,6 +1,6 @@
 <ng-template #dialogContent>
   <div class="modal-body">
-    <h4 class="modal-title">Could Not Complete The Action</h4>
+    <h4 i18n class="modal-title">Could Not Complete The Action</h4>
     <div class="alert alert-danger">{{dialogBody}}</div>
   </div>
   <div class="modal-footer">