s/mute/muted/
This commit is contained in:
parent
1ba2df6116
commit
a3be4acdf9
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ class ChangeSet(models.Model):
|
||||||
return self.STATE_ICONS[self.state]
|
return self.STATE_ICONS[self.state]
|
||||||
|
|
||||||
STATE_STYLES = {
|
STATE_STYLES = {
|
||||||
'unproposed': 'mute',
|
'unproposed': 'muted',
|
||||||
'proposed': 'info',
|
'proposed': 'info',
|
||||||
'reproposed': 'info',
|
'reproposed': 'info',
|
||||||
'review': 'info',
|
'review': 'info',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue