Skip to content

Commit b7f4b46

Browse files
authored
Merge pull request #70 from InternPulse/Austin-changed the comment on the response
changed the comment on the response
2 parents 9a9220b + f513ccb commit b7f4b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/users/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ def patch(self, request, *args, **kwargs):
593593
user.save()
594594

595595
return Response(
596-
{"message": "Push notification settings updated successfully."},
596+
{"message": "email toggle settings updated successfully."},
597597
status=status.HTTP_200_OK,
598598
)
599599

0 commit comments

Comments
 (0)