fix: spelling
This commit is contained in:
parent
3ceeb3c51c
commit
e597da5609
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue