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 2f5a7ec commit ab27dc3Copy full SHA for ab27dc3
src/Files.App/Helpers/Dialog/DynamicDialogFactory.cs
@@ -336,7 +336,7 @@ public static DynamicDialog GetFor_CreateAlternateDataStreamDialog()
336
DynamicDialog? dialog = null;
337
TextBox inputText = new()
338
{
339
- PlaceholderText = Strings.EnterAnItemName.GetLocalizedResource()
+ PlaceholderText = Strings.EnterDataStreamName.GetLocalizedResource()
340
};
341
342
TeachingTip warning = new()
0 commit comments