Skip to content

Commit 9e5cfd2

Browse files
committed
fix contents
1 parent 7092637 commit 9e5cfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/StoragePickers/cs-sample/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<!-- SuggestedFolder Tests -->
126126
<StackPanel Style="{StaticResource TestGroupStyle}">
127127
<CheckBox x:Name="SuggestedFolderCheckBox" Content="Set SuggestedFolder"/>
128-
<TextBox x:Name="SuggestedFolderInput" PlaceholderText="Enter default extension" Text='C:\Temp'/>
128+
<TextBox x:Name="SuggestedFolderInput" PlaceholderText="Enter folder path" Text='C:\Temp'/>
129129
</StackPanel>
130130
</StackPanel>
131131

0 commit comments

Comments
 (0)