LP#1929749: clarify what the top level LI selectors are selecting
authorGalen Charlton <gmc@equinoxOLI.org>
Sat, 5 Feb 2022 23:33:25 +0000 (18:33 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Sat, 5 Feb 2022 23:33:25 +0000 (18:33 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html

index 1e79e11..b0b0626 100644 (file)
       <div class="form-check">
         <input class="form-check-input" id='toggle-page-cbox'
           [(ngModel)]="batchSelectPage" (change)="toggleSelectAll(false)" type="checkbox"/>
-        <label class="form-check-label" for='toggle-page-cbox' i18n>Items In Page</label>
+        <label class="form-check-label" for='toggle-page-cbox' i18n>Line Items In Page</label>
       </div>
     </div>
 
       <div class="form-check">
         <input class="form-check-input" id='toggle-all-cbox'
           [(ngModel)]="batchSelectAll" (change)="toggleSelectAll(true)" type="checkbox"/>
-        <label class="form-check-label" for='toggle-all-cbox' i18n>All Items</label>
+        <label class="form-check-label" for='toggle-all-cbox' i18n>All Line Items</label>
       </div>
     </div>