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