@annalib/anna-core 31.6.0 → 31.6.1
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/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +2 -2
- package/fesm2022/annalib-anna-core.mjs +1 -1
- package/fesm2022/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +2 -2
- package/package.json +1 -1
|
@@ -4710,7 +4710,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4710
4710
|
this.tooltipRadioTextMap.set("primaryAe", "Primary AE");
|
|
4711
4711
|
this.tooltipRadioTextMap.set("region", "Region");
|
|
4712
4712
|
this.tooltipRadioTextMap.set("revisionType", "Revision Type");
|
|
4713
|
-
this.tooltipRadioTextMap.set("revisionStatus", "Status");
|
|
4713
|
+
this.tooltipRadioTextMap.set("revisionStatus", "Current Status");
|
|
4714
4714
|
this.tooltipRadioTextMap.set("annaRevised", "ANNA Revised");
|
|
4715
4715
|
this.tooltipRadioTextMap.set("revCode1", "Rev Code 1");
|
|
4716
4716
|
this.tooltipRadioTextMap.set("orderNoRevNo", "STN Order#-Rev#");
|