mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
fix: fix Jira module title formatting
Closes #942. Filing to get the ball rolling, happy to change anything.
This commit is contained in:
parent
5d0781f2d8
commit
9b0f4a50e8
@ -77,7 +77,7 @@ func (widget *Widget) content() (string, string, bool) {
|
|||||||
return widget.CommonSettings().Title, widget.err.Error(), true
|
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)
|
str := fmt.Sprintf(" [%s]Assigned Issues[white]\n", widget.settings.common.Colors.Subheading)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user