1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Changed some other names

This commit is contained in:
mjarkk
2018-12-10 08:04:22 +01:00
parent 61c2778de1
commit 8e3f5e19e0
5 changed files with 10 additions and 10 deletions

View File

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