some missing translations in ui/learn (fixes #3341)

This commit is contained in:
Niklas Fiekas 2017-07-28 09:07:45 +02:00
parent c80de3bf5b
commit bd02021a61
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ function whatNext(ctrl) {
makeStage('/@/' + userId, 'beams-aura', 'register', 'getAFreeLichessAccount', true) :
makeStage('/signup', 'beams-aura', 'register', 'getAFreeLichessAccount'),
makeStage('/practice', 'robot-golem', 'practice', 'learnCommonChessPositions'),
makeStage('/training', 'bullseye', 'Puzzles', 'exerciseYourTacticalSkills'),
makeStage('/training', 'bullseye', 'puzzles', 'exerciseYourTacticalSkills'),
makeStage('/video', 'tied-scroll', 'videos', 'watchInstructiveChessVideos'),
makeStage('/#hook', 'sword-clash', 'playPeople', 'opponentsFromAroundTheWorld'),
makeStage('/#ai', 'vintage-robot', 'playMachine', 'testYourSkillsWithTheComputer'),

View file

@ -6,7 +6,7 @@ var imgUrl = util.assetUrl + 'images/learn/battle-gear.svg';
module.exports = {
key: 'combat',
title: 'Combat',
title: 'combat',
subtitle: 'captureAndDefendPieces',
image: imgUrl,
intro: 'combatIntro',