Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Fixes:
- [core] Fixed duplicate conditional in form field template

Enterprise Fixes:
- [data-manager] Fix notification message after editing user property
- [white-labeling] Update newsletter setting description

## Version 25.03.41
Fixes:
- [push] Fix: Cannot create a push notification when configuration _id is a string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ data-manager.validations = Validations
data-manager.user-properties = User Properties
data-manager.custom-property = Custom Property
data-manager.user-property = User Property
data-manager.user-property.update-success = User property changes saved successfully
data-manager.user-property.update-fail = Failed saving user property changes
data-manager.all-data-sources = All data sources
data-manager.created = Transformation Created!
data-manager.saved = Transformation Saved!
Expand Down
Loading