From 65cc89a64d07d47ddb1f6d49d0b32a307308bf55 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Mon, 7 Jul 2025 15:02:04 +0900 Subject: [PATCH] Update resources --- osu.Game/Online/Rooms/MatchType.cs | 2 +- osu.Game/osu.Game.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Game/Online/Rooms/MatchType.cs b/osu.Game/Online/Rooms/MatchType.cs index 28f2da897a..ade28458e8 100644 --- a/osu.Game/Online/Rooms/MatchType.cs +++ b/osu.Game/Online/Rooms/MatchType.cs @@ -15,7 +15,7 @@ namespace osu.Game.Online.Rooms [LocalisableDescription(typeof(MatchesStrings), nameof(MatchesStrings.MatchTeamTypesHeadToHead))] HeadToHead, - [LocalisableDescription(typeof(MatchesStrings), nameof(MatchesStrings.MatchTeamTypesTeamVs))] + [LocalisableDescription(typeof(MatchesStrings), nameof(MatchesStrings.MatchTeamTypesTeamVersus))] TeamVersus, } } diff --git a/osu.Game/osu.Game.csproj b/osu.Game/osu.Game.csproj index 1c5456915a..107f54d4ac 100644 --- a/osu.Game/osu.Game.csproj +++ b/osu.Game/osu.Game.csproj @@ -36,7 +36,7 @@ - +