diff options
| author | Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com> | 2018-12-11 01:34:22 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-11 01:34:22 +0300 |
| commit | e570a81f1f98ad2cf13c5dc629a9600a706a6a91 (patch) | |
| tree | c7509f01f05acb676fcfbec593f1e43d34907ee6 /pkg/gui/statusview.go | |
| parent | Merge pull request #31 from isacikgoz/develop (diff) | |
| parent | added show diff on status view and polish readme (diff) | |
| download | gitbatch-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.go | 2 |
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} |
