@annalib/anna-core 4.2.20 → 4.2.22
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
|
@@ -1895,7 +1895,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1895
1895
|
this.tooltipRadioTextMap.set("bookedCpmValue", "Booked CPM");
|
|
1896
1896
|
this.tooltipRadioTextMap.set("bookedEffectiveCpmValue", "Effective CPM");
|
|
1897
1897
|
this.tooltipRadioTextMap.set("orderSource", "Order Source");
|
|
1898
|
-
this.tooltipRadioTextMap.set("orderCategory", "
|
|
1898
|
+
this.tooltipRadioTextMap.set("orderCategory", "Category");
|
|
1899
1899
|
this.tooltipRadioTextMap.set("cashOrTrade", "C/T");
|
|
1900
1900
|
this.tooltipRadioTextMap.set("revisionStartDate", "Revision Start Date");
|
|
1901
1901
|
}
|