From: Stephanie Leary Date: Mon, 19 Sep 2022 20:57:35 +0000 (-0500) Subject: LP#1979099: Fix typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=59f07b2c310a5644e68e3d4c5f94a51909377539;p=evergreen%2Fpines.git 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 --- 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}}