diff --git a/app/assets/javascripts/related_tag.js b/app/assets/javascripts/related_tag.js index 8e4938705..4754cfb1d 100644 --- a/app/assets/javascripts/related_tag.js +++ b/app/assets/javascripts/related_tag.js @@ -104,7 +104,7 @@ $dest.append(Danbooru.RelatedTag.build_html("recent", Danbooru.RelatedTag.recent_tags())); } if (Danbooru.RelatedTag.favorite_tags().length) { - $dest.append(Danbooru.RelatedTag.build_html("favorite", Danbooru.RelatedTag.favorite_tags())); + $dest.append(Danbooru.RelatedTag.build_html("frequent", Danbooru.RelatedTag.favorite_tags())); } $dest.append(Danbooru.RelatedTag.build_html(query, related_tags)); if (wiki_page_tags.length) { diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 0b6e1b8fe..2b9c5005b 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -27,9 +27,9 @@ <%= f.input :blacklisted_tags, :hint => "Put any tag combinations you never want to see here. Each combination should go on a separate line.", :input_html => {:size => "40x5"} %>
- + - Put the tags you often use here, so they can show up in Related Tags field when you upload or edit a post. + A list of tags that you use often. They will appear when using the list of Related Tags.