LP#1979099: Fix typo
authorStephanie Leary <stephanie.leary@equinoxOLI.org>
Mon, 19 Sep 2022 20:57:35 +0000 (15:57 -0500)
committerJane Sandberg <js7389@princeton.edu>
Wed, 28 Sep 2022 00:03:04 +0000 (17:03 -0700)
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 <stephanie.leary@equinoxOLI.org>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>

Open-ILS/src/eg2/src/app/staff/share/holds/detail.component.html

index 45eace5..4315e28 100644 (file)
@@ -22,7 +22,7 @@
     <div class="well-value">{{hold.shelf_time | formatValue:'timestamp'}}</div>
   </div>
   <div class="well-row">
-    <div class="well-label" i18n>hold Type</div>
+    <div class="well-label" i18n>Hold Type</div>
     <div class="well-value">
       {{hold.hold_type}}
       <!-- TODO: add part data to wide holds