fix window and group names

This commit is contained in:
Jeff Carr 2024-02-20 10:59:42 -06:00
parent 14b2fbb00b
commit 24b13e7ea4
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ func AutotypistView(parent *gui.Node) *RepoList {
// me.reposbox = gui.RawBox()
me.reposbox = parent
me.reposgroup = me.reposbox.NewGroup("git repositories (configure in ~/.config/myrepolist)")
me.reposgroup = me.reposbox.NewGroup("my git repositories (configure in ~/.config/autotypist)")
me.reposgrid = me.reposgroup.NewGrid("test", 0, 0)
me.reposgrid.NewLabel("") // path goes here

View File

@ -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