diff --git a/src/KeyKeeper/AboutWindow.cs b/src/KeyKeeper/AboutWindow.cs index 8538642..39f913e 100644 --- a/src/KeyKeeper/AboutWindow.cs +++ b/src/KeyKeeper/AboutWindow.cs @@ -16,7 +16,7 @@ public class AboutWindow : Window var AboutKeyKeeper = new TextBlock { - Text = "About Keykeeper", + Text = "About KeyKeeper", HorizontalAlignment = HorizontalAlignment.Left, FontSize = 50, TextAlignment = TextAlignment.Left @@ -49,4 +49,4 @@ public class AboutWindow : Window this.Content = mainGrid; } -} \ No newline at end of file +}