diff --git a/r2/r2/models/modaction.py b/r2/r2/models/modaction.py index b9096c306..64c2c548c 100644 --- a/r2/r2/models/modaction.py +++ b/r2/r2/models/modaction.py @@ -115,7 +115,7 @@ class ModAction(tdb_cassandra.UuidThing, Printable): _details_text = {# approve comment/link 'unspam': _('unspam'), - 'confirm_ham': _('confirmed ham'), + 'confirm_ham': _('approved'), # remove comment/link 'confirm_spam': _('confirmed spam'), 'remove': _('removed not spam'),