From d8f89726fec3822d7d1dd42c52f478f37003b534 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Thu, 2 Aug 2018 23:37:49 +0200 Subject: implement media hosting in git for comments + API for the webui --- termui/show_bug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'termui') diff --git a/termui/show_bug.go b/termui/show_bug.go index 34c7a922..ad700f6a 100644 --- a/termui/show_bug.go +++ b/termui/show_bug.go @@ -64,7 +64,7 @@ func (sb *showBug) layout(g *gocui.Gui) error { v.Frame = false v.BgColor = gocui.ColorBlue - fmt.Fprintf(v, "[q] Return [c] Add comment [t] Change title") + fmt.Fprintf(v, "[q] Return [c] Comment [t] Change title") } _, err = g.SetCurrentView(showBugView) -- cgit