From 480798b1a1e190b6297f61e93fef5705748b1d53 Mon Sep 17 00:00:00 2001 From: Slavasil Date: Wed, 3 Dec 2025 18:56:09 +0300 Subject: [PATCH] fix smol typo --- src/KeyKeeper/AboutWindow.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}