about summary refs log tree commit diff
path: root/app/views/settings/featured_tags/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings/featured_tags/index.html.haml')
-rw-r--r--app/views/settings/featured_tags/index.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/settings/featured_tags/index.html.haml b/app/views/settings/featured_tags/index.html.haml
index 5f69517f3..6734d027c 100644
--- a/app/views/settings/featured_tags/index.html.haml
+++ b/app/views/settings/featured_tags/index.html.haml
@@ -1,6 +1,10 @@
 - content_for :page_title do
   = t('settings.featured_tags')
 
+%p= t('featured_tags.hint_html')
+
+%hr.spacer/
+
 = simple_form_for @featured_tag, url: settings_featured_tags_path do |f|
   = render 'shared/error_messages', object: @featured_tag