Changes the labeling of the all copy locations filter to say "All Shelving Locations" instead, reflecting current practice.
Signed-off-by: Andrea Buntz Neiman <abneiman@equinoxinitiative.org>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
<div class="col-lg-3">
<select class="form-control"
[(ngModel)]="context.termSearch.copyLocations" multiple="true">
- <option value='' i18n>All Copy Locations</option>
+ <option value='' i18n>All Shelving Locations</option>
<option *ngFor="let loc of copyLocations" value="{{loc.id()}}" i18n>
{{loc.name()}} ({{orgName(loc.owning_lib())}})
</option>