Skip to content

Commit

Permalink
fix: fix Jira module title formatting
Browse files Browse the repository at this point in the history
Closes #942. Filing to get the ball rolling, happy to change anything.
  • Loading branch information
timhwang21 committed Jul 29, 2020
1 parent 5d0781f commit 9b0f4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/jira/widget.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (widget *Widget) content() (string, string, bool) {
return widget.CommonSettings().Title, widget.err.Error(), true
}

title := fmt.Sprintf("%s- [green]%s[white]", widget.CommonSettings().Title, widget.settings.projects)
title := widget.CommonSettings().Title

str := fmt.Sprintf(" [%s]Assigned Issues[white]\n", widget.settings.common.Colors.Subheading)

Expand Down

0 comments on commit 9b0f4a5

Please sign in to comment.