summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu <matthieu.cneude@gmail.com>2019-10-05 17:50:31 +0200
committerMatthieu <matthieu.cneude@gmail.com>2019-10-05 17:50:31 +0200
commita785f038c71465b5f4d3196737b419161c34d511 (patch)
treedc564066bac0f265e4f5f256741e122c1927dd68
parent6accf12b59b1a28c7070f5c7058832d3c3327119 (diff)
Fix typo for Github Stars bar widget default title
-rw-r--r--internal/github_widget.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/github_widget.go b/internal/github_widget.go
index 6eb2dc8..117713c 100644
--- a/internal/github_widget.go
+++ b/internal/github_widget.go
@@ -362,7 +362,7 @@ func (g *githubWidget) barStars(widget Widget) (err error) {
repo = widget.Options[optionRepository]
}
- title := " Stars "
+ title := " Github Stars "
if _, ok := widget.Options[optionTitle]; ok {
title = widget.Options[optionTitle]
}