diff --git a/core/src/com/unciv/models/stats/SubStat.kt b/core/src/com/unciv/models/stats/SubStat.kt index 5046a19960..b34600faaf 100644 --- a/core/src/com/unciv/models/stats/SubStat.kt +++ b/core/src/com/unciv/models/stats/SubStat.kt @@ -3,7 +3,7 @@ package com.unciv.models.stats import com.unciv.logic.civilization.NotificationIcon enum class SubStat(val text: String, val icon: String) : GameResource { - GoldenAgePoints("Golde Age points", NotificationIcon.Happiness), + GoldenAgePoints("Golden Age points", NotificationIcon.Happiness), TotalCulture("Total Culture", NotificationIcon.Culture), StoredFood("Stored Food", NotificationIcon.Food), ;