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

Commit e640b8a

Browse files
committed
Localize the publish button text
1 parent 8b197bc commit e640b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio.16/Sync/PublishView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
</WrapPanel>
7878
<WrapPanel Grid.Row="1" Grid.Column="1" HorizontalAlignment="Right" Margin="0,0,14,0">
7979
<Button x:Uid="publishARepoButton" x:Name="publishARepoButton"
80-
Grid.Column="0" Content="Publish to GitHub" Command="{Binding PublishToGitHub}" />
80+
Grid.Column="0" Content="{x:Static ghfvs:Resources.PublishToGitHubButton}" Command="{Binding PublishToGitHub}" />
8181
</WrapPanel>
8282
</Grid>
8383

0 commit comments

Comments
 (0)