@annalib/anna-core 12.0.11 → 12.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +2 -2
- package/fesm2015/annalib-anna-core.mjs +1 -1
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +1 -1
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1888,7 +1888,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1888
1888
|
this.tooltipRadioTextMap.set("agencyName", "Agency");
|
|
1889
1889
|
this.tooltipRadioTextMap.set("location", "Location");
|
|
1890
1890
|
this.tooltipRadioTextMap.set("advertiserName", "Advertiser");
|
|
1891
|
-
this.tooltipRadioTextMap.set("productCode", "Product
|
|
1891
|
+
this.tooltipRadioTextMap.set("productCode", "Product Code");
|
|
1892
1892
|
this.tooltipRadioTextMap.set("flightStartDate", "Start Date");
|
|
1893
1893
|
this.tooltipRadioTextMap.set("flightEndDate", "End Date");
|
|
1894
1894
|
this.tooltipRadioTextMap.set("orderIdAndRevNumber", "STN Order#-Rev#");
|