1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:17:51 +08:00

Improve language of user-facing errors

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Jayden 2024-03-05 18:22:39 -05:00 committed by GitHub
parent b53777c2a4
commit 9871300317
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -193,7 +193,7 @@ namespace osu.Desktop
if (!tryParseRoomSecret(args.Secret, out long roomId, out string? password))
{
Logger.Log("Could not parse room from Discord RPC Client", LoggingTarget.Network, LogLevel.Important);
Logger.Log("Could not join multiplayer room.", LoggingTarget.Network, LogLevel.Important);
return;
}