Tiny spelling mistake

This commit is contained in:
Cohee 2023-11-08 23:30:38 +02:00
parent bfbdb9f058
commit aae8707460
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}