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=edeeba36f4a7e2eacb539d873fd1b5495676c86f;p=working%2FEvergreen.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 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}}