fix: spelling

This commit is contained in:
AB1908 2022-10-08 18:47:52 +05:30
parent 3ceeb3c51c
commit e597da5609
No known key found for this signature in database
GPG key ID: A1DCD49686611B33

View file

@ -36,7 +36,7 @@ export class MediaDbAdvancedSearchModal extends Modal {
async search(): Promise<MediaTypeModel[]> {
if (!this.query || this.query.length < 3) {
new Notice('MDB | Query to short');
new Notice('MDB | Query too short');
return;
}