summaryrefslogtreecommitdiff
path: root/pkg/gui/statusview.go
diff options
context:
space:
mode:
authorIbrahim Serdar Acikgoz <serdaracikgoz86@gmail.com>2018-12-11 01:34:22 +0300
committerGitHub <noreply@github.com>2018-12-11 01:34:22 +0300
commite570a81f1f98ad2cf13c5dc629a9600a706a6a91 (patch)
treec7509f01f05acb676fcfbec593f1e43d34907ee6 /pkg/gui/statusview.go
parentMerge pull request #31 from isacikgoz/develop (diff)
parentadded show diff on status view and polish readme (diff)
downloadgitbatch-e570a81f1f98ad2cf13c5dc629a9600a706a6a91.tar.gz
Merge pull request #32 from isacikgoz/develop
added show diff on status view and polish readme
Diffstat (limited to 'pkg/gui/statusview.go')
-rw-r--r--pkg/gui/statusview.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/statusview.go b/pkg/gui/statusview.go
index 282d643..d6f0be1 100644
--- a/pkg/gui/statusview.go
+++ b/pkg/gui/statusview.go
@@ -11,7 +11,7 @@ var (
statusHeaderViewFeature = viewFeature{Name: "status-header", Title: " Status Header "}
// statusViewFeature = viewFeature{Name: "status", Title: " Status "}
stageViewFeature = viewFeature{Name: "staged", Title: " Staged "}
- unstageViewFeature = viewFeature{Name: "unstaged", Title: " Unstaged "}
+ unstageViewFeature = viewFeature{Name: "unstaged", Title: " Not Staged "}
stashViewFeature = viewFeature{Name: "stash", Title: " Stash "}
statusViews = []viewFeature{stageViewFeature, unstageViewFeature, stashViewFeature}