mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
Changed 'show help' to 'show commands' which is more adequate
This commit is contained in:
parent
6026040add
commit
dffad833e1
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class MainHelperBarView extends React.Component {
|
||||||
shownBar: BARS.COMMANDS
|
shownBar: BARS.COMMANDS
|
||||||
});
|
});
|
||||||
}.bind(this),
|
}.bind(this),
|
||||||
title: 'Show help'
|
title: 'Show commands'
|
||||||
}, {
|
}, {
|
||||||
icon: 'globe',
|
icon: 'globe',
|
||||||
onClick: function() {
|
onClick: function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue