We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75be05 commit 9b99d99Copy full SHA for 9b99d99
src/core/achievements.cpp
@@ -2868,7 +2868,7 @@ void Achievements::DrawAchievementsWindow()
2868
else
2869
{
2870
const std::string completion_time =
2871
- Host::FormatNumber(Host::NumberFormatType::ShortDate, static_cast<s64>(s_state.game_summary.beaten_time));
+ Host::FormatNumber(Host::NumberFormatType::ShortDate, static_cast<s64>(s_state.game_summary.completed_time));
2872
text.format(TRANSLATE_FS("Achievements", "Game was completed on {0}."), completion_time);
2873
}
2874
0 commit comments