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 4e182bd commit e4d5ce2Copy full SHA for e4d5ce2
frontend/src/components/ui/code-copy-button.tsx
@@ -34,7 +34,7 @@ export default function CodeCopyButton({
34
localStorage.setItem("warning", "1");
35
setTimeout(() => {
36
toast.error(
37
- "Be careful when copying scripts from the internet. Always remember check the source!",
+ "Be careful when copying scripts from the internet. Always remember to check the source!",
38
{ duration: 8000 },
39
);
40
}, 500);
0 commit comments