mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-12-14 11:13:27 +01:00
fixed grammar on one of the alerts (#9799)
This commit is contained in:
@ -34,7 +34,7 @@ export default function CodeCopyButton({
|
|||||||
localStorage.setItem("warning", "1");
|
localStorage.setItem("warning", "1");
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
toast.error(
|
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 },
|
{ duration: 8000 },
|
||||||
);
|
);
|
||||||
}, 500);
|
}, 500);
|
||||||
|
|||||||
Reference in New Issue
Block a user