diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d0c0034a4..7901792c233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Version 25.03.X +Enterprise fixes: +- [data-manager] Fix validation approval button label +- [data-manager] Fix validation table column names + ## Version 25.03.38 Fixes: - [push] Fixed the property name by changing it from link to url for message buttons for Huawei messages diff --git a/plugins/data-manager/frontend/public/localization/data-manager.properties b/plugins/data-manager/frontend/public/localization/data-manager.properties index ef6f832cc47..69377808b86 100644 --- a/plugins/data-manager/frontend/public/localization/data-manager.properties +++ b/plugins/data-manager/frontend/public/localization/data-manager.properties @@ -259,6 +259,7 @@ data-manager.related-property = Related Property data-manager.delete-transformation-permanently = Delete Transformation permanently? data-manager.delete-transformation = Delete Transformation data-manager.error = Error +data-manager.error-type = Error Type data-manager.error-last-triggered = Error Last Triggered data-manager.occurence-count = Occurences data-manager.approve = Approve @@ -381,4 +382,4 @@ data-manager.copy-to-user-custom.type = Custom User Property Type data-manager.copy-to-user-custom.existing= Existing data-manager.copy-to-user-custom.new = New data-manager.copy-to-user-custom.select-type = Existing Custom User Property -data-manager.copy-to-user-custom.new-type = New Custom User Property \ No newline at end of file +data-manager.copy-to-user-custom.new-type = New Custom User Property