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

Commit 072c002

Browse files
committed
Use the full word
1 parent 76d8b91 commit 072c002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/Views/Dialog/ForkRepositoryExecuteView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</Grid.ColumnDefinitions>
4848

4949
<ui:OcticonImage Grid.Column="0" Icon="repo_forked" Background="Red" Height="16" Width="16" />
50-
<TextBlock Margin="8 0 0 0" Grid.Column="1" TextWrapping="Wrap">Fork the repo</TextBlock>
50+
<TextBlock Margin="8 0 0 0" Grid.Column="1" TextWrapping="Wrap">Fork the repository</TextBlock>
5151
</Grid>
5252
</Border>
5353

0 commit comments

Comments
 (0)