We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7092637 commit 9e5cfd2Copy full SHA for 9e5cfd2
Samples/StoragePickers/cs-sample/MainWindow.xaml
@@ -125,7 +125,7 @@
125
<!-- SuggestedFolder Tests -->
126
<StackPanel Style="{StaticResource TestGroupStyle}">
127
<CheckBox x:Name="SuggestedFolderCheckBox" Content="Set SuggestedFolder"/>
128
- <TextBox x:Name="SuggestedFolderInput" PlaceholderText="Enter default extension" Text='C:\Temp'/>
+ <TextBox x:Name="SuggestedFolderInput" PlaceholderText="Enter folder path" Text='C:\Temp'/>
129
</StackPanel>
130
131
0 commit comments