diff --git a/core/src/com/unciv/ui/cityscreen/CityStatsTable.kt b/core/src/com/unciv/ui/cityscreen/CityStatsTable.kt index 0b7a78e442..f6d38cbfd7 100644 --- a/core/src/com/unciv/ui/cityscreen/CityStatsTable.kt +++ b/core/src/com/unciv/ui/cityscreen/CityStatsTable.kt @@ -87,7 +87,7 @@ class CityStatsTable(val cityScreen: CityScreen): Table() { ?: "None" val icon = if (label == "None") "Religion" - else cityInfo.religion.getMajorityReligion()!!.name + else cityInfo.religion.getMajorityReligion()!!.getIconName() val expanderTab = ExpanderTab( title = "Majority Religion: [$label]",