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

Commit 2a7d2fc

Browse files
committed
Change prompt text to "Search or enter a URL"
1 parent 5571cb7 commit 2a7d2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio.UI/Views/Dialog/Clone/SelectPageView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<DockPanel>
2424
<ghfvs:PromptTextBox DockPanel.Dock="Top"
2525
Margin="0,4"
26-
PromptText="Filter"
26+
PromptText="Search or enter a URL"
2727
Text="{Binding Filter, UpdateSourceTrigger=PropertyChanged, Delay=300}"/>
2828

2929
<Grid>

0 commit comments

Comments
 (0)