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 6505468 commit 16e0077Copy full SHA for 16e0077
client/src/components/ToolsTab.tsx
@@ -336,7 +336,7 @@ const ToolsTab = ({
336
} catch (error) {
337
toast({
338
title: "Error",
339
- description: `There was an error coping result into the clipboard: ${error instanceof Error ? error.message : String(error)}`,
+ description: `There was an error copying input to the clipboard: ${error instanceof Error ? error.message : String(error)}`,
340
variant: "destructive",
341
});
342
}
0 commit comments