Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a3d471e

Browse files
committed
Updated message.
1 parent a30727c commit a3d471e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/GitHub.VisualStudio/UI/Views/NotAGitRepositoryView.xaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@
3636
<TextBlock
3737
TextWrapping="Wrap"
3838
TextAlignment="Center"
39-
HorizontalAlignment="Center"
40-
Text="The current project isn't a repository. You might wanna fix that bruh." />
39+
HorizontalAlignment="Center">
40+
We couldn't find a git repository here. Open a git project or click "File -> Add to Source Control"
41+
in a project to get started
42+
</TextBlock>
4143
</StackPanel>
4244
</DockPanel>
4345
</local:GenericNotAGitRepositoryView>

0 commit comments

Comments
 (0)