mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-07 07:06:05 +01:00
Tiny spelling mistake
This commit is contained in:
parent
bfbdb9f058
commit
aae8707460
@ -1835,7 +1835,7 @@ async function doDelMode(_, text) {
|
||||
let oldestMesIDToDel = lastMesID - numMesToDel + 1;
|
||||
|
||||
if (oldestMesIDToDel < 0) {
|
||||
toastr.warning(`Cannot delete more thans ${chat.length} messages.`)
|
||||
toastr.warning(`Cannot delete more than ${chat.length} messages.`)
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user