From 7bca5931884ab3fd61e065d71057360b140a13ed 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 --- 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 45eace5570..4315e2894f 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}}