@annalib/anna-core 30.0.16 → 30.0.17

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.
@@ -4866,8 +4866,8 @@ class AnnaNonEditableGenericTableComponent {
4866
4866
  this.tooltipRadioTextMap.set("udImpsToDate", "UD IMPS To-date");
4867
4867
  this.tooltipRadioTextMap.set("odGrpToDate", "OD GRP To-date");
4868
4868
  this.tooltipRadioTextMap.set("odImpsToDate", "OD IMPS To-date");
4869
- this.tooltipRadioTextMap.set("scheduledADUs", "Scheduled ADUs");
4870
- this.tooltipRadioTextMap.set("postedADUs", "Posted ADUs");
4869
+ this.tooltipRadioTextMap.set("scheduledADUs", "$ Scheduled ADUs");
4870
+ this.tooltipRadioTextMap.set("postedADUs", "$ Posted ADUs");
4871
4871
  this.tooltipRadioTextMap.set("bookedVal", "$ Booked");
4872
4872
  }
4873
4873
  selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {