diff --git a/slices/main/templates/recently_played_games/index.html.slim b/slices/main/templates/recently_played_games/index.html.slim index 4334a1a..3f3e834 100644 --- a/slices/main/templates/recently_played_games/index.html.slim +++ b/slices/main/templates/recently_played_games/index.html.slim @@ -5,4 +5,4 @@ table = game[:name] td - = "(#{game[:playtime_forever]}hrs)" \ No newline at end of file + = "(#{game[:playtime_forever]}hrs total)" \ No newline at end of file