summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/gui.go')
-rw-r--r--pkg/gui/gui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go
index 1a2ec44ba..a5bdb9e07 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -50,7 +50,7 @@ func (gui *Gui) GenerateSentinelErrors() {
}
// Teml is short for template used to make the required map[string]interface{} shorter when using gui.Tr.SLocalize and gui.Tr.TemplateLocalize
-type Teml map[string]interface{}
+type Teml i18n.Teml
// Gui wraps the gocui Gui object which handles rendering and events
type Gui struct {