diff --git a/osu.Desktop/Overlays/VersionManager.cs b/osu.Desktop/Overlays/VersionManager.cs index 94c09c2624..9e13003c3f 100644 --- a/osu.Desktop/Overlays/VersionManager.cs +++ b/osu.Desktop/Overlays/VersionManager.cs @@ -156,11 +156,7 @@ namespace osu.Desktop.Overlays if (notification == null) { - notification = new UpdateProgressNotification - { - CompletionText = "Successfully updated the game!", - State = ProgressNotificationState.Active - }; + notification = new UpdateProgressNotification { State = ProgressNotificationState.Active }; Schedule(() => notificationOverlay.Post(notification)); }