@annalib/anna-core 6.0.2 → 6.0.4
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
|
@@ -1911,7 +1911,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1911
1911
|
this.tooltipRadioTextMap.set("bookedEffectiveCppValue", "Effective CPP");
|
|
1912
1912
|
this.tooltipRadioTextMap.set("bookedCpmValue", "Booked CPM");
|
|
1913
1913
|
this.tooltipRadioTextMap.set("bookedEffectiveCpmValue", "Effective CPM");
|
|
1914
|
-
this.tooltipRadioTextMap.set("orderSource", "Order
|
|
1914
|
+
this.tooltipRadioTextMap.set("orderSource", "Order Route");
|
|
1915
1915
|
this.tooltipRadioTextMap.set("orderCategory", "Rev Category");
|
|
1916
1916
|
this.tooltipRadioTextMap.set("cashOrTrade", "C/T");
|
|
1917
1917
|
this.tooltipRadioTextMap.set("revisionStartDate", "Revision Start Date");
|