Skip to content

Commit

Permalink
Renamed in progress indicator to in-progress on render module
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Feb 13, 2019
1 parent 0f35d99 commit 080f4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class Render {

const status = [
`${green(complete)} ${grey('done')}`,
`${blue(inProgress)} ${grey('in progress')}`,
`${blue(inProgress)} ${grey('in-progress')}`,
`${magenta(pending)} ${grey('pending')}`,
`${blue(notes)} ${grey(notes === 1 ? 'note' : 'notes')}`
];
Expand Down

0 comments on commit 080f4c3

Please sign in to comment.