Skip to content

Commit b4a9be4

Browse files
authored
Change tooltip text for prompt file copy button in quickpick (#281121)
1 parent e62a676 commit b4a9be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/promptSyntax/pickers/promptFilePickers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ const RENAME_BUTTON: IQuickInputButton = {
206206
* Button that copies a prompt file.
207207
*/
208208
const COPY_BUTTON: IQuickInputButton = {
209-
tooltip: localize('copy', "Copy"),
209+
tooltip: localize('makeACopy', "Make a Copy"),
210210
iconClass: ThemeIcon.asClassName(Codicon.copy),
211211
};
212212

0 commit comments

Comments
 (0)