diff --git a/Bloxstrap/Updater.cs b/Bloxstrap/Updater.cs
index dbb25b6..0bb4314 100644
--- a/Bloxstrap/Updater.cs
+++ b/Bloxstrap/Updater.cs
@@ -82,7 +82,7 @@ namespace Bloxstrap
{
EventHandler ReleaseNotesLauncher = new((_, _) => Utilities.OpenWebsite($"https://github.com/{App.ProjectRepository}/releases/tag/v{currentVersionInfo.ProductVersion}"));
- App.Notification.BalloonTipTitle = "Bloxstrap has been upgraded to v{currentVersionInfo.ProductVersion}";
+ App.Notification.BalloonTipTitle = $"Bloxstrap has been upgraded to v{currentVersionInfo.ProductVersion}";
App.Notification.BalloonTipText = "Click here to see what's new in this version";
App.Notification.BalloonTipClicked += ReleaseNotesLauncher;
App.Notification.ShowBalloonTip(30);
diff --git a/Bloxstrap/Views/Pages/FastFlagsPage.xaml b/Bloxstrap/Views/Pages/FastFlagsPage.xaml
index e041b5b..1f435dc 100644
--- a/Bloxstrap/Views/Pages/FastFlagsPage.xaml
+++ b/Bloxstrap/Views/Pages/FastFlagsPage.xaml
@@ -56,7 +56,7 @@
-
+