diff --git a/Content.Client/CosmaticDrift/CryoSleep/AcceptCryoWindow.cs b/Content.Client/CosmaticDrift/CryoSleep/AcceptCryoWindow.cs index 8c99428364..39254978b2 100644 --- a/Content.Client/CosmaticDrift/CryoSleep/AcceptCryoWindow.cs +++ b/Content.Client/CosmaticDrift/CryoSleep/AcceptCryoWindow.cs @@ -15,8 +15,8 @@ public AcceptCryoWindow() { Title = Loc.GetString("accept-cryo-window-title"); - AcceptButton = new Button() {Text = Loc.GetString("accept-cryo-window-accept-button")}; - DenyButton = new Button() { Text = Loc.GetString("accept-cryo-window-deny-button")}; + AcceptButton = new Button() { Text = Loc.GetString("accept-cryo-window-accept-button") }; + DenyButton = new Button() { Text = Loc.GetString("accept-cryo-window-deny-button") }; // This one holds the buttons ButtonBox = new BoxContainer()