From 0b26b7f64c14804e994cd1e8a3fad2dbb75719c1 Mon Sep 17 00:00:00 2001 From: Chris Sharp <csharp@georgialibraries.org> Date: Tue, 27 Oct 2020 15:52:09 -0400 Subject: [PATCH] LP#1398107: Add i18n attribute to alert text Signed-off-by: Chris Sharp <csharp@georgialibraries.org> Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com> Signed-off-by: Jason Stephenson <jason@sigio.com> --- Open-ILS/src/eg2/src/app/share/dialog/alert.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/share/dialog/alert.component.html b/Open-ILS/src/eg2/src/app/share/dialog/alert.component.html index 9dfe1a94ec..e9ca466943 100644 --- a/Open-ILS/src/eg2/src/app/share/dialog/alert.component.html +++ b/Open-ILS/src/eg2/src/app/share/dialog/alert.component.html @@ -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"> -- 2.11.0