mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 00:18:56 +02:00
fix bug for untranslated levels
This commit is contained in:
parent
678e49c864
commit
66da06b8ea
6 changed files with 6 additions and 6 deletions
|
@ -98,7 +98,7 @@ var getStartDialog = exports.getStartDialog = function(level) {
|
|||
}
|
||||
};
|
||||
var startCopy = _.clone(
|
||||
level.startDialog[util.getDefaultLocale()] || level.startDialog
|
||||
level.startDialog[getDefaultLocale()] || level.startDialog
|
||||
);
|
||||
startCopy.childViews.unshift(errorAlert);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue