diff --git a/src/Resources/Locales/en_US.xaml b/src/Resources/Locales/en_US.xaml
index bed1b0f2..dbf55a68 100644
--- a/src/Resources/Locales/en_US.xaml
+++ b/src/Resources/Locales/en_US.xaml
@@ -284,7 +284,7 @@
ERROR
NEW PAGE
- *Repositories
+ Repositories
WELCOME PAGE
Close Tab
Close Other Tabs
diff --git a/src/Views/Widgets/Welcome.xaml b/src/Views/Widgets/Welcome.xaml
index b0cbb6b0..3ddd3268 100644
--- a/src/Views/Widgets/Welcome.xaml
+++ b/src/Views/Widgets/Welcome.xaml
@@ -5,6 +5,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:controls="clr-namespace:SourceGit.Views.Controls"
xmlns:widgets="clr-namespace:SourceGit.Views.Widgets"
+ xmlns:models="clr-namespace:SourceGit.Models"
mc:Ignorable="d"
d:DesignHeight="800" d:DesignWidth="800">
@@ -29,7 +30,8 @@
Text="SourceGit"
FontSize="28pt"
TextOptions.TextFormattingMode="Ideal"
- TextOptions.TextRenderingMode="ClearType"/>
+ TextOptions.TextRenderingMode="ClearType"
+ RenderOptions.ClearTypeHint="Enabled"/>