Make spelling of canceled consistent

This commit is contained in:
Christian Adams
2019-11-26 00:30:53 -05:00
parent c87c0aa712
commit 4f8b624b96
9 changed files with 20 additions and 20 deletions

View File

@@ -22,7 +22,7 @@ STATUS_COLORS = {
'successful': 'green',
'failed': 'red',
'error': 'red',
'cancelled': 'grey',
'canceled': 'grey',
}