Skip to content

Commit 4e1b8a1

Browse files
authored
Merge pull request #7437 from Countly/user-prop-edit
Add new message for user property update [SER-2847]
2 parents 24bf7a8 + 40aa83d commit 4e1b8a1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Fixes:
33
- [core] Fixed duplicate conditional in form field template
44

5+
Enterprise Fixes:
6+
- [data-manager] Fix notification message after editing user property
7+
- [white-labeling] Update newsletter setting description
8+
59
## Version 25.03.41
610
Fixes:
711
- [push] Fix: Cannot create a push notification when configuration _id is a string

plugins/data-manager/frontend/public/localization/data-manager.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ data-manager.validations = Validations
2626
data-manager.user-properties = User Properties
2727
data-manager.custom-property = Custom Property
2828
data-manager.user-property = User Property
29+
data-manager.user-property.update-success = User property changes saved successfully
30+
data-manager.user-property.update-fail = Failed saving user property changes
2931
data-manager.all-data-sources = All data sources
3032
data-manager.created = Transformation Created!
3133
data-manager.saved = Transformation Saved!

0 commit comments

Comments
 (0)