mirror of
https://github.com/rikkaneko/paste.git
synced 2025-08-05 13:40:09 +01:00
Fix typo
This commit is contained in:
parent
222867dd81
commit
ef9b6e7334
2 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@
|
|||
elements[i].disabled = elements[i].value.length === 0;
|
||||
}
|
||||
} else {
|
||||
alert('You must either upload a file or upload text, but not bothor neither.');
|
||||
alert('You must either upload a file or upload text, but not both or neither.');
|
||||
// Prevent default submission
|
||||
event.preventDefault();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue