We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ceeb3c commit e597da5Copy full SHA for e597da5
src/modals/MediaDbAdvancedSearchModal.ts
@@ -36,7 +36,7 @@ export class MediaDbAdvancedSearchModal extends Modal {
36
37
async search(): Promise<MediaTypeModel[]> {
38
if (!this.query || this.query.length < 3) {
39
- new Notice('MDB | Query to short');
+ new Notice('MDB | Query too short');
40
return;
41
}
42
0 commit comments