diff --git a/QSB/Menus/MenuManager.cs b/QSB/Menus/MenuManager.cs index 791ccae5..110e53bf 100644 --- a/QSB/Menus/MenuManager.cs +++ b/QSB/Menus/MenuManager.cs @@ -39,7 +39,7 @@ internal class MenuManager : MonoBehaviour, IAddComponentOnStart private const int _titleButtonIndex = 2; private float _connectPopupOpenTime; - private const string UpdateChangelog = $"QSB Version 0.20.2\r\nFixed an issue when the Little Scout was deployed by someone before joining a server."; + private const string UpdateChangelog = $"QSB Version 0.20.2\r\nFixed issues with the Little Scout and attaching/detaching from the ship."; private Action PopupClose;