Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
<div class="modal-header">
<button type="button" class="close" ng-click="cancel()"
aria-hidden="true">×</button>
- <h4 ng-show="force_bind" class="modal-title">{{ title || "[% l('Bind items') %]" }}</h4>
+ <h4 ng-show="force_bind && items.length > 1" class="modal-title">{{ title || "[% l('Bind items') %]" }}</h4>
+ <h4 ng-show="force_bind && items.length <= 1" class="modal-title">{{ title || "[% l('Barcode item') %]" }}</h4>
<h4 ng-show="!force_bind" class="modal-title">{{ title || "[% l('Receive items') %]" }}</h4>
</div>