Fix typo in user profile header

Replays watched, not replay watched.
This commit is contained in:
Dean Herbert
2017-09-13 15:20:49 +09:00
parent ea9d10976b
commit 7681d97f10
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ namespace osu.Game.Users
public int MaxCombo;
[JsonProperty(@"replays_watched_by_others")]
public int ReplayWatched;
public int ReplaysWatched;
[JsonProperty(@"grade_counts")]
public Grades GradesCount;