Skip to content

Commit

Permalink
Update RRT notification message
Browse files Browse the repository at this point in the history
  • Loading branch information
antsand committed May 27, 2024
1 parent 5527c1a commit d3c657f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __createcomment(self, requestid, message, ministryversion, userid, requestty
return commentservice().createrawrequestcomment(_comment, userid, 2)

def notificationmessage(self, type, ministryrequestid):
return f"{type} Attachment Uploaded on FOI Request {ministryrequestid}"
return f"{type} attachment uploaded"

def __notificationtype(self):
return "Attachment Upload Event"
Expand Down

0 comments on commit d3c657f

Please sign in to comment.