summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-01-02 17:27:35 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-01-04 09:07:15 +1100
commit6da6c1f2f246d8ed666c938b5e0fcf75fa7fb120 (patch)
tree40f2bc71cd68d5d8b104215a7c44221976054d6a /pkg
parentc82606a92a3433477f152a946e78c99dfd20db9d (diff)
small copy changes
Diffstat (limited to 'pkg')
-rw-r--r--pkg/gui/status_panel.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/gui/status_panel.go b/pkg/gui/status_panel.go
index de9dc08ce..9268e3311 100644
--- a/pkg/gui/status_panel.go
+++ b/pkg/gui/status_panel.go
@@ -105,13 +105,13 @@ func (gui *Gui) statusRenderToMain() error {
dashboardString := strings.Join(
[]string{
lazygitTitle(),
- "Copyright (c) 2018 Jesse Duffield",
+ "Copyright 2022 Jesse Duffield",
fmt.Sprintf("Keybindings: %s", constants.Links.Docs.Keybindings),
fmt.Sprintf("Config Options: %s", constants.Links.Docs.Config),
fmt.Sprintf("Tutorial: %s", constants.Links.Docs.Tutorial),
fmt.Sprintf("Raise an Issue: %s", constants.Links.Issues),
fmt.Sprintf("Release Notes: %s", constants.Links.Releases),
- style.FgMagenta.Sprintf("Become a sponsor (github is matching all donations for 12 months): %s", constants.Links.Donate), // caffeine ain't free
+ style.FgMagenta.Sprintf("Become a sponsor: %s", constants.Links.Donate), // caffeine ain't free
}, "\n\n")
return gui.refreshMainViews(refreshMainOpts{