@annalib/anna-core 14.0.1 → 14.0.3
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
|
@@ -2049,7 +2049,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2049
2049
|
this.tooltipRadioTextMap.set("bookedUnitsWithImpressionValue", "Booked Units With IMPS");
|
|
2050
2050
|
this.tooltipRadioTextMap.set("postedUnitsWithImpressionValue", "Posted Units With IMPS");
|
|
2051
2051
|
this.tooltipRadioTextMap.set("bookedRatings", "Booked Rating");
|
|
2052
|
-
this.tooltipRadioTextMap.set("
|
|
2052
|
+
this.tooltipRadioTextMap.set("PostedRating", "Posted Rating");
|
|
2053
2053
|
this.tooltipRadioTextMap.set("bookedImpressions", "Booked IMPS");
|
|
2054
2054
|
this.tooltipRadioTextMap.set("PostedImpressions", "Posted IMPS");
|
|
2055
2055
|
this.tooltipRadioTextMap.set("bookedAverageRating", "Booked AVG Rating");
|