Skip to content

Commit

Permalink
Typo: relationship_deleted = removed role
Browse files Browse the repository at this point in the history
  • Loading branch information
ncounter authored and hennevogel committed May 21, 2024
1 parent 1458e13 commit 5150e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/models/event/relationship_delete.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class RelationshipDelete < Relationship
def subject
object = payload['project']
object += "/#{payload['package']}" if payload['package']
"#{payload['who']} added you as #{payload['role']} on #{object}"
"#{payload['who']} removed you as #{payload['role']} on #{object}"
end
end
end
Expand Down

0 comments on commit 5150e45

Please sign in to comment.