@annalib/anna-core 20.1.2 → 20.1.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
|
@@ -3747,7 +3747,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3747
3747
|
this.tooltipRadioTextMap.set("InventoryCode", "Inventory Code");
|
|
3748
3748
|
this.tooltipRadioTextMap.set("BuyerProgramName", "Buyer Program Name");
|
|
3749
3749
|
this.tooltipRadioTextMap.set("RevenueClass", "Revenue Class");
|
|
3750
|
-
this.tooltipRadioTextMap.set("WeeklyAUR", " Avg Rate");
|
|
3750
|
+
this.tooltipRadioTextMap.set("WeeklyAUR", "Booked Avg Rate");
|
|
3751
3751
|
this.tooltipRadioTextMap.set("BookedRate", "Booked Rate");
|
|
3752
3752
|
this.tooltipRadioTextMap.set("BookedRTG", "Booked RTG");
|
|
3753
3753
|
this.tooltipRadioTextMap.set("BookedIMPS", "Booked IMP('000)");
|