Skip to content

Commit 8b11c81

Browse files
authored
Use better placeholder for move to file (microsoft#182108)
1 parent b4469cf commit 8b11c81

File tree

1 file changed

+1
-1
lines changed
  • extensions/typescript-language-features/src/languageFeatures

1 file changed

+1
-1
lines changed

extensions/typescript-language-features/src/languageFeatures/refactor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ class MoveToFileRefactorCommand implements Command {
216216
...destinationItems
217217
], {
218218
title: vscode.l10n.t("Move to File"),
219-
placeHolder: vscode.l10n.t("Enter file path"),
219+
placeHolder: vscode.l10n.t("Select move destination"),
220220
});
221221
if (!picked) {
222222
return;

0 commit comments

Comments
 (0)