summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
diff options
context:
space:
mode:
authormjarkk <mkopenga@gmail.com>2018-12-10 08:04:22 +0100
committermjarkk <mkopenga@gmail.com>2018-12-10 08:04:22 +0100
commit8e3f5e19e0ad1b9ebfe6c19d47cc6538f3fa9085 (patch)
treed98ef340a3a59e944a7256afcd2232adb77bbbb0 /pkg/gui/gui.go
parent61c2778de1eaf288f40bc2b475644724a7b6988a (diff)
Changed some other names
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 33a8cdc43..a8a393620 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -351,7 +351,7 @@ func (gui *Gui) layout(g *gocui.Gui) error {
if err != nil {
return err
}
- credentialsView.Title = gui.Tr.SLocalize("PushUsername")
+ credentialsView.Title = gui.Tr.SLocalize("CredentialsUsername")
credentialsView.FgColor = gocui.ColorWhite
credentialsView.Editable = true
credentialsView.Editor = gocui.EditorFunc(gui.simpleEditor)