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

Commit 8647fc3

Browse files
committed
Match copy on GitHub.com
Log into -> Sign in to Sign up -> Create an account
1 parent 185671f commit 8647fc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
Foreground="{DynamicResource GitHubVsWindowText}"
4141
HorizontalAlignment="Center"
4242
FontSize="16"
43-
Content="Log into GitHub" />
43+
Content="Sign in to GitHub" />
4444
<TextBlock
4545
TextWrapping="Wrap"
4646
TextAlignment="Center"
@@ -53,13 +53,13 @@
5353
<TextBlock
5454
Margin="10,0"
5555
HorizontalAlignment="Center">
56-
<Hyperlink>Log in</Hyperlink>
56+
<Hyperlink>Sign in</Hyperlink>
5757
</TextBlock>
5858

5959
<TextBlock
6060
Margin="10,0"
6161
HorizontalAlignment="Center">
62-
<Hyperlink>Sign up</Hyperlink>
62+
<Hyperlink>Create an account</Hyperlink>
6363
</TextBlock>
6464
</StackPanel>
6565
</StackPanel>

0 commit comments

Comments
 (0)