Skip to content

Commit

Permalink
fix: upper case letter :|
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTipo01 committed Jun 2, 2023
1 parent 52d5604 commit e2d1cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
enqueuedTitle = "Enqueued"
errorTitle = "Error"
skipTitle = "Skipped"
queueTitle = "queue"
queueTitle = "Queue"
pauseTitle = "Pause"
disconnectedTitle = "Disconnected"
gotoTitle = "Goto"
Expand Down

0 comments on commit e2d1cf7

Please sign in to comment.