diff --git a/Content.Client/UserInterface/TutorialWindow.cs b/Content.Client/UserInterface/TutorialWindow.cs index 4f69201d78..fa7327e6c7 100644 --- a/Content.Client/UserInterface/TutorialWindow.cs +++ b/Content.Client/UserInterface/TutorialWindow.cs @@ -29,6 +29,8 @@ You can ask on Discord or heck, just write it in OOC! We'll catch it."; public TutorialWindow() { + Title = "The Tutorial!"; + var scrollContainer = new ScrollContainer(); Contents.AddChild(scrollContainer);