From 2e370f99070aa215f160de72808cca4854ec57cb Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 7 May 2013 13:06:06 -0700 Subject: [PATCH] better text for no artist match found --- app/assets/javascripts/related_tag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/related_tag.js b/app/assets/javascripts/related_tag.js index 84bb090a2..656705059 100644 --- a/app/assets/javascripts/related_tag.js +++ b/app/assets/javascripts/related_tag.js @@ -120,7 +120,7 @@ tags.push([" " + url.url, 0]); }); } else if (Danbooru.RelatedTag.recent_artists.length >= 10) { - tags.push([" no artist found", 0]); + tags.push([" none", 0]); } else { $.each(Danbooru.RelatedTag.recent_artists, function(i, artist) { tags.push([artist.name, 1]);