s/mute/muted/

This commit is contained in:
Laura Klünder 2017-07-05 21:06:51 +02:00
parent 1ba2df6116
commit a3be4acdf9

View file

@ -444,7 +444,7 @@ class ChangeSet(models.Model):
return self.STATE_ICONS[self.state]
STATE_STYLES = {
'unproposed': 'mute',
'unproposed': 'muted',
'proposed': 'info',
'reproposed': 'info',
'review': 'info',