mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-17 18:16:28 +03:00
fix smol typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user