Skip to content

Commit

Permalink
tombstone: changed removed_by return value
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatimah authored and kpsherva committed Oct 11, 2023
1 parent 45eb4ff commit b8916ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_rdm_records/resources/serializers/ui/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def mask_removed_by(obj):
if user == "system":
return_value = _("System (automatic)")
elif user is not None:
return_value = _("User")
return_value = _("Admin")

return return_value

Expand Down

0 comments on commit b8916ef

Please sign in to comment.