Skip to content

Commit ab27dc3

Browse files
committed
Update DynamicDialogFactory.cs
1 parent 2f5a7ec commit ab27dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Helpers/Dialog/DynamicDialogFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ public static DynamicDialog GetFor_CreateAlternateDataStreamDialog()
336336
DynamicDialog? dialog = null;
337337
TextBox inputText = new()
338338
{
339-
PlaceholderText = Strings.EnterAnItemName.GetLocalizedResource()
339+
PlaceholderText = Strings.EnterDataStreamName.GetLocalizedResource()
340340
};
341341

342342
TeachingTip warning = new()

0 commit comments

Comments
 (0)