Changing the reference to master in index.js

This commit is contained in:
Yassin Hajaj 2021-02-07 16:43:26 +01:00
parent e63ee5a440
commit 9dc8955286

View file

@ -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
});