@annalib/anna-core 13.0.3 → 13.0.5
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
|
@@ -1975,7 +1975,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1975
1975
|
this.tooltipRadioTextMap.set("agencyName", "Agency");
|
|
1976
1976
|
this.tooltipRadioTextMap.set("location", "Location");
|
|
1977
1977
|
this.tooltipRadioTextMap.set("advertiserName", "Advertiser");
|
|
1978
|
-
this.tooltipRadioTextMap.set("productCode", "Product
|
|
1978
|
+
this.tooltipRadioTextMap.set("productCode", "Product Code");
|
|
1979
1979
|
this.tooltipRadioTextMap.set("flightStartDate", "Start Date");
|
|
1980
1980
|
this.tooltipRadioTextMap.set("flightEndDate", "End Date");
|
|
1981
1981
|
this.tooltipRadioTextMap.set("orderIdAndRevNumber", "STN Order#-Rev#");
|