From 37dd49643fcf56a1d82f2a9dbe6239220fa4dd2e Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Mon, 19 Sep 2022 15:57:35 -0500 Subject: [PATCH] LP#1979099: Fix typo Fixing "hold Type" to "Hold Type" in hold details screen Test plan: 1. Go to the staff interface, right click a hold to see hold details, observe that "hold Type" is not capitalized 2. Apply the patch 3. Refresh the staff interface hold details screen and observe that the "Hold Type" is properly capitalized Signed-off-by: Stephanie Leary Signed-off-by: Garry Collum Signed-off-by: Jane Sandberg --- Open-ILS/src/eg2/src/app/staff/share/holds/detail.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/share/holds/detail.component.html b/Open-ILS/src/eg2/src/app/staff/share/holds/detail.component.html index 10d2f5e44b..86425809b3 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/holds/detail.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/holds/detail.component.html @@ -22,7 +22,7 @@
{{hold.shelf_time | formatValue:'timestamp'}}
-
hold Type
+
Hold Type
{{hold.hold_type}}