minor change
This commit is contained in:
parent
b5189c1762
commit
dcf1e38c1e
1 changed files with 2 additions and 2 deletions
|
@ -287,9 +287,9 @@ func (c *Cli) ListEntries(ch chan<- bool) {
|
|||
uiEvents := ui.PollEvents()
|
||||
for {
|
||||
if group != "" {
|
||||
l.Title = group
|
||||
l.Title = fmt.Sprintf("Group: %s", group)
|
||||
} else {
|
||||
l.Title = "All"
|
||||
l.Title = "Group: All"
|
||||
}
|
||||
|
||||
if refresh {
|
||||
|
|
Loading…
Reference in a new issue