This commit is contained in:
yuni 2024-05-14 19:25:25 +02:00
parent f458ebe16b
commit 1abb5e91e6

View file

@ -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)> {