summaryrefslogtreecommitdiffstats
path: root/widgets/help.go
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/help.go')
-rw-r--r--widgets/help.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/help.go b/widgets/help.go
index fff71a7..d98fecd 100644
--- a/widgets/help.go
+++ b/widgets/help.go
@@ -5,7 +5,7 @@ import (
"strings"
ui "github.com/gizak/termui/v3"
- "github.com/xxxserxxx/lingo"
+ lingo "github.com/jdkeke142/lingo-toml"
)
var tr lingo.Translations
@@ -17,7 +17,7 @@ type HelpMenu struct {
func NewHelpMenu(tra lingo.Translations) *HelpMenu {
tr = tra
- keyBinds = tr.Value("widgets.help")
+ keyBinds = tr.Value("help.help")
return &HelpMenu{
Block: *ui.NewBlock(),
}