1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Closes #263. Fix spelling of GitHub in public-facing strings

This commit is contained in:
Chris Cummer
2018-07-31 10:04:59 -07:00
parent ea5952bd44
commit 015d7736db
9 changed files with 38 additions and 38 deletions

View File

@@ -7,7 +7,7 @@ import (
)
const HelpText = `
Keyboard commands for Github:
Keyboard commands for GitHub:
/: Show/hide this help window
h: Previous git repository
@@ -30,7 +30,7 @@ type Widget struct {
func NewWidget(app *tview.Application, pages *tview.Pages) *Widget {
widget := Widget{
TextWidget: wtf.NewTextWidget("Github", "github", true),
TextWidget: wtf.NewTextWidget("GitHub", "github", true),
app: app,
Idx: 0,