Skip to content

Commit

Permalink
Fix L10N duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
11EJDE11 committed Feb 11, 2025
1 parent c8d648e commit 01fa113
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ private void HandleCheatDetectedMessage(string sender) =>

private void HandleLobbyNameChangeMessage(string sender, string newLobbyName)
{
AddNotice(String.Format("The game host has changed the lobby name to {0}".L10N("Client:Main:LobbyNameChanged"), newLobbyName));
AddNotice(String.Format("The game host has changed the lobby name to {0}".L10N("Client:Main:HostLobbyNameChanged"), newLobbyName));
channel.UIName = newLobbyName;
}

Expand Down

0 comments on commit 01fa113

Please sign in to comment.