diff --git a/core/src/com/unciv/models/ruleset/Nation.kt b/core/src/com/unciv/models/ruleset/Nation.kt index 1a3555f189..ca07d09790 100644 --- a/core/src/com/unciv/models/ruleset/Nation.kt +++ b/core/src/com/unciv/models/ruleset/Nation.kt @@ -138,7 +138,7 @@ class Nation : RulesetObject() { val textList = ArrayList() val cityStateType = ruleset.cityStateTypes[cityStateType]!! - textList += FormattedLine("{Type}: {$cityStateType}", header = 4, color = cityStateType.getColor().toString()) + textList += FormattedLine("{Type}: {${cityStateType.name}}", header = 4, color = cityStateType.getColor().toString()) var showResources = false