mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
Changing the reference to master in index.js
This commit is contained in:
parent
e63ee5a440
commit
9dc8955286
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ var Level = Sandbox.extend({
|
|||
var onlyMaster = TreeCompare.onlyMasterCompared(this.level);
|
||||
// first we make the goal visualization holder
|
||||
this.goalCanvasHolder = new CanvasTerminalHolder({
|
||||
text: (onlyMaster) ? intl.str('goal-only-master') : undefined,
|
||||
text: (onlyMaster) ? intl.str('goal-only-main') : undefined,
|
||||
parent: this
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue