LP1888723 Copy tag dialog placeholder fixes
authorBill Erickson <berickxx@gmail.com>
Thu, 24 Sep 2020 18:45:34 +0000 (14:45 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Sun, 15 Aug 2021 23:55:33 +0000 (19:55 -0400)
Change the placeholder for the tag label to read 'Enter tag label'.

Modify the 'Select Tag Type' text to 'Select tag type' for consistent
casing.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Ruth Frasur <rfrasur@library.in.gov>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/share/holdings/copy-tags-dialog.component.html

index f1b53d8..1fd0e41 100644 (file)
     <div class="row mt-2 p-2 rounded border border-success">
       <div class="col-lg-4">
         <eg-combobox [entries]="tagTypes" [(ngModel)]="curTagType"
-          i18n-placeholder placeholder="Select Tag Type...">
+          i18n-placeholder placeholder="Select tag type...">
         </eg-combobox>
       </div>
       <div class="col-lg-5">
         <eg-combobox [asyncDataSource]="tagDataSource" [(ngModel)]="curTag"
           [allowFreeText]="true"
-          i18n-placeholder placeholder="Select Tag Type...">
+          i18n-placeholder placeholder="Enter tag label...">
         </eg-combobox>
       </div>
       <div class="col-lg-3">