From e4d5ce221b5afe84cac6041d4a36c5d9e3d9f22e Mon Sep 17 00:00:00 2001 From: Sarthak Sidhant <52284479+Sarthak-Sidhant@users.noreply.github.com> Date: Tue, 9 Dec 2025 18:52:23 +0530 Subject: [PATCH] fixed grammar on one of the alerts (#9799) --- frontend/src/components/ui/code-copy-button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/ui/code-copy-button.tsx b/frontend/src/components/ui/code-copy-button.tsx index a49790ae3..5588b22ff 100644 --- a/frontend/src/components/ui/code-copy-button.tsx +++ b/frontend/src/components/ui/code-copy-button.tsx @@ -34,7 +34,7 @@ export default function CodeCopyButton({ localStorage.setItem("warning", "1"); setTimeout(() => { toast.error( - "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!", { duration: 8000 }, ); }, 500);