@annalib/anna-core 4.2.24 → 4.2.26

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.
@@ -1911,10 +1911,10 @@ class AnnaNonEditableGenericTableComponent {
1911
1911
  this.tooltipRadioTextMap.set("UDImps", "UD IMPS");
1912
1912
  this.tooltipRadioTextMap.set("ODGrp", "OD GRP");
1913
1913
  this.tooltipRadioTextMap.set("UDGrp", "UD GRP");
1914
- this.tooltipRadioTextMap.set("udImpsPercent", "UD IMPS Percent");
1915
- this.tooltipRadioTextMap.set("udGrpPercent", "UD GRP Percent");
1916
- this.tooltipRadioTextMap.set("odImpsPercent", "OD IMPS Percent");
1917
- this.tooltipRadioTextMap.set("odGrpPercent", "OD GRP Percent");
1914
+ this.tooltipRadioTextMap.set("udImpsPercent", "UD IMPS %");
1915
+ this.tooltipRadioTextMap.set("udGrpPercent", "UD GRP %");
1916
+ this.tooltipRadioTextMap.set("odImpsPercent", "OD IMPS %");
1917
+ this.tooltipRadioTextMap.set("odGrpPercent", "OD GRP %");
1918
1918
  }
1919
1919
  generateTableDataWrapper() {
1920
1920
  this.showSkeletonLoading = true;