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

Commit bd6a241

Browse files
committed
Use resource for "Local Path".
1 parent 730299a commit bd6a241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/Views/Dialog/Clone/RepositoryCloneView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<DockPanel DockPanel.Dock="Bottom"
3636
Margin="16">
37-
<Label DockPanel.Dock="Left">Local Path</Label>
37+
<Label DockPanel.Dock="Left" Content="{x:Static ghfvs:Resources.localPathText}"/>
3838
<Button DockPanel.Dock="Right"
3939
Command="{Binding Browse}"
4040
Style="{DynamicResource GitHubBlueLinkButton}"

0 commit comments

Comments
 (0)