diff --git a/Content.Client/Lobby/LobbyState.cs b/Content.Client/Lobby/LobbyState.cs
index 3b6e118bc9..b4e8971f71 100644
--- a/Content.Client/Lobby/LobbyState.cs
+++ b/Content.Client/Lobby/LobbyState.cs
@@ -180,7 +180,7 @@ namespace Content.Client.Lobby
else
{
_lobby!.StartTime.Text = string.Empty;
- _lobby!.ReadyButton.Text = Loc.GetString("lobby-state-ready-button-ready-up-state");
+ _lobby!.ReadyButton.Text = Loc.GetString(_lobby!.ReadyButton.Pressed ? "lobby-state-player-status-ready": "lobby-state-player-status-not-ready");
_lobby!.ReadyButton.ToggleMode = true;
_lobby!.ReadyButton.Disabled = false;
_lobby!.ReadyButton.Pressed = _gameTicker.AreWeReady;
diff --git a/Content.Client/Lobby/UI/LobbyGui.xaml b/Content.Client/Lobby/UI/LobbyGui.xaml
index a4f540bcb2..5cd7e1132e 100644
--- a/Content.Client/Lobby/UI/LobbyGui.xaml
+++ b/Content.Client/Lobby/UI/LobbyGui.xaml
@@ -24,11 +24,11 @@
+ StyleClasses="ButtonBig" MinWidth="137"/>