diff --git a/src/var.rs b/src/var.rs index 84a7a6f..7ab62a0 100644 --- a/src/var.rs +++ b/src/var.rs @@ -364,7 +364,7 @@ impl AchievementTracker { format!("Ride Every Vehicle{ride}\n"), format!("Talk To Everyone{talk}\n"), "Find Earth\n".to_string(), - "Eclipse the sun with Jupiter\n".to_string(), + "Eclipse The Sun With Jupiter\n".to_string(), ] } pub fn to_overview(&self) -> Vec<(bool, String)> {