Resolve #193: Use correct string for Happy Ending House Rule about section.
This commit is contained in:
@@ -583,7 +583,7 @@ houseRules =
|
||||
, ( Strings.HouseRuleRandoCardrissian, Strings.HouseRuleRandoCardrissianDescription )
|
||||
, ( Strings.HouseRuleComedyWriter, Strings.HouseRuleComedyWriterDescription )
|
||||
, ( Strings.HouseRuleNeverHaveIEver, Strings.HouseRuleNeverHaveIEverDescription )
|
||||
, ( Strings.HouseRuleHappyEnding, Strings.HouseRuleHappyEnding )
|
||||
, ( Strings.HouseRuleHappyEnding, Strings.HouseRuleHappyEndingDescription )
|
||||
]
|
||||
|
||||
|
||||
|
||||
@@ -305,7 +305,7 @@ translate _ mdString =
|
||||
[ Text "Happy Ending" ]
|
||||
|
||||
HouseRuleHappyEndingDescription ->
|
||||
[ Text "When the game ends, the final round is a 'Make a Haiku' black card." ]
|
||||
[ Text "When the game ends, the final round is a 'Make a Haiku' ", ref (noun Call 1), Text "." ]
|
||||
|
||||
MustBeMoreThanOrEqualValidationError { min } ->
|
||||
[ Text "The value must be at least ", Text (String.fromInt min), Text "." ]
|
||||
|
||||
Reference in New Issue
Block a user