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>
<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