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

Commit 53f18c1

Browse files
View bugfix
1 parent 6a45988 commit 53f18c1

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
@@ -64,7 +64,7 @@
6464
</Border>
6565
<Border Style="{StaticResource ItemBorder}">
6666
<DockPanel>
67-
<CheckBox IsChecked="{Binding TrackMasterUpstream}"/>
67+
<CheckBox IsChecked="{Binding AddUpstream}"/>
6868
<TextBlock TextWrapping="Wrap">
6969
Reset the <Run Style="{DynamicResource {x:Static markdig:Styles.CodeStyleKey}}">master</Run> branch to
7070
<Run Style="{DynamicResource {x:Static markdig:Styles.CodeStyleKey}}">upstream/master</Run>

0 commit comments

Comments
 (0)