fix smol typo

This commit is contained in:
2025-12-03 18:56:09 +03:00
parent 7872e263f7
commit 480798b1a1

View File

@@ -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;
}
}
}