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

Commit f8a8404

Browse files
committed
Fix merge
1 parent 17db5c1 commit f8a8404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/UI/Views/Controls/RepositoryPublishControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
</Style>
139139
</TextBlock.Resources>
140140
<TextBlock.Inlines>
141-
<Run Content="{x:Static prop:Resources.makePrivateContent}"/>
141+
<Run Text="{x:Static prop:Resources.makePrivateContent}"/>
142142
</TextBlock.Inlines>
143143
</TextBlock>
144144
</CheckBox>

0 commit comments

Comments
 (0)