diff --git a/app/views/game/variantLink.scala.html b/app/views/game/variantLink.scala.html index e19224c4cf..f1fcb5e260 100644 --- a/app/views/game/variantLink.scala.html +++ b/app/views/game/variantLink.scala.html @@ -10,7 +10,7 @@ case chess.variant.FromPosition => {@routes.Editor.index?fen=@initialFen.map(_.r case chess.variant.Atomic => {http://www.freechess.org/Help/HelpFiles/atomic.html} case chess.variant.Horde => {http://en.wikipedia.org/wiki/Dunsany%27s_chess#Horde_variant} case chess.variant.RacingKings => {@routes.Page.racingKings} -case chess.variant.Crazyhouse => {https://en.wikipedia.org/wiki/Crazyhouse} +case chess.variant.Crazyhouse => {@routes.Page.racingKings} case _ => {} } } diff --git a/ui/lobby/src/variant.js b/ui/lobby/src/variant.js index 21c4e4d48c..b0382ef912 100644 --- a/ui/lobby/src/variant.js +++ b/ui/lobby/src/variant.js @@ -6,7 +6,7 @@ var variantConfirms = { "atomic": "This is an atomic chess game!\n\nCapturing a piece causes an explosion, taking out your piece and surrounding non-pawns. Win by mating or exploding your opponent's king.", "horde": "This is a horde chess game!\n\nWhite must take all black pawns to win. Black must checkmate white king.", "racingKings": "This is a racing kings game!\n\nPlayers must race their kings to the eighth rank. Checks are not allowed.", - "crazyhouse": "This is a crazyhouse game!\n\n. Every time a piece is captured the capturing player gets a piece of the same type and of their color in their reserve." + "crazyhouse": "This is a crazyhouse game!\n\n. Every time a piece is captured the capturing player gets a piece of the same type and of their color in their pocket." }; function storageKey(key) { diff --git a/ui/round/src/main.js b/ui/round/src/main.js index e2b390ab51..23fd6be37b 100644 --- a/ui/round/src/main.js +++ b/ui/round/src/main.js @@ -44,7 +44,7 @@ module.exports = function(opts) { steps: [{ title: "Crazyhouse", content: "This is a game of crazyhouse. " + - 'Would you like to check out the rules?', + 'Would you like to check out the rules?', target: "div.game_infos .variant-link", placement: "bottom" }]