@annalib/anna-core 7.3.11 → 7.3.12
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
|
@@ -1940,7 +1940,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1940
1940
|
this.tooltipRadioTextMap.set("udGrpPercent", "UD GRP %");
|
|
1941
1941
|
this.tooltipRadioTextMap.set("odImpsPercent", "OD IMPS %");
|
|
1942
1942
|
this.tooltipRadioTextMap.set("odGrpPercent", "OD GRP %");
|
|
1943
|
-
this.tooltipRadioTextMap.set("SellerLine", "Seller Line");
|
|
1943
|
+
this.tooltipRadioTextMap.set("SellerLine", "Seller Line #");
|
|
1944
1944
|
this.tooltipRadioTextMap.set("BuyerLine", "Buy Line #");
|
|
1945
1945
|
this.tooltipRadioTextMap.set("SpotStatus", "Spot Status");
|
|
1946
1946
|
this.tooltipRadioTextMap.set("InventoryCode", "Inventory Code");
|