diff --git a/r2/r2/models/modaction.py b/r2/r2/models/modaction.py index 241583e58..20975321c 100644 --- a/r2/r2/models/modaction.py +++ b/r2/r2/models/modaction.py @@ -84,7 +84,7 @@ class ModAction(tdb_cassandra.UuidThing, Printable): 'removelink': _('removed'), 'approvelink': _('approved'), 'removecomment': _('removed'), - 'approvecomment': _('approved'), + 'approvecomment': _('approved'), 'addmoderator': _('added moderator'), 'removemoderator': _('removed moderator'), 'addcontributor': _('added approved contributor'),