Skip to content

Commit 5fa3f4c

Browse files
Merge pull request #762 from OpenSPP/5-sl-compliance-criteria-3
[IMP] spp_programs: improve notification message
2 parents 423d43c + f8a182a commit 5fa3f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spp_programs/models/g2p_entitlement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def _reset_to_pending(self):
9797
"tag": "display_notification",
9898
"params": {
9999
"title": _("Entitlement"),
100-
"message": "Entitlement Rejected",
100+
"message": "Entitlement Reset to Pending",
101101
"sticky": False,
102102
"type": "success",
103103
"next": {

0 commit comments

Comments
 (0)