Skip to content

Commit e4d5ce2

Browse files
fixed grammar on one of the alerts (#9799)
1 parent 4e182bd commit e4d5ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/ui/code-copy-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function CodeCopyButton({
3434
localStorage.setItem("warning", "1");
3535
setTimeout(() => {
3636
toast.error(
37-
"Be careful when copying scripts from the internet. Always remember check the source!",
37+
"Be careful when copying scripts from the internet. Always remember to check the source!",
3838
{ duration: 8000 },
3939
);
4040
}, 500);

0 commit comments

Comments
 (0)