mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-12-11 05:47:13 -06:00
fixed grammar on one of the alerts (#9799)
This commit is contained in:
parent
4e182bd5b9
commit
e4d5ce221b
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user