mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
Fixes Issue #26
This commit is contained in:
parent
54463c7b96
commit
09da420df0
5 changed files with 6 additions and 6 deletions
|
@ -447,7 +447,7 @@ var NextLevelConfirm = ConfirmCancelTerminal.extend({
|
|||
if (options.nextLevel) {
|
||||
markdowns = markdowns.concat([
|
||||
'',
|
||||
'Would you like to move onto "',
|
||||
'Would you like to move onto "' +
|
||||
nextLevelName + '", the next level?'
|
||||
]);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue