From 24b13e7ea4d9a0aef6cc4f98cce8c7339b5c5e98 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 20 Feb 2024 10:59:42 -0600 Subject: fix window and group names --- viewGuiReleaser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'viewGuiReleaser.go') diff --git a/viewGuiReleaser.go b/viewGuiReleaser.go index e75d751..c8c1b02 100644 --- a/viewGuiReleaser.go +++ b/viewGuiReleaser.go @@ -15,7 +15,7 @@ func GuireleaserView(parent *gui.Node) *RepoList { // me.reposbox = gui.RawBox() me.reposbox = parent - me.reposgroup = me.reposbox.NewGroup("go repositories (configure in ~/.config/myrepolist)") + me.reposgroup = me.reposbox.NewGroup("GUI repositories (configure in ~/.config/guireleaser)") me.reposgrid = me.reposgroup.NewGrid("test", 0, 0) me.reposgrid.NewLabel("") // path goes here -- cgit v1.2.3