diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 3f389a150..906d842f2 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -54,7 +54,7 @@ A list of tags that you use often. They will appear when using the list of Related Tags. - <%= f.input :custom_style, :label => "Custom CSS style" %> + <%= f.input :custom_style, :label => "Custom CSS style", :hint => "Style to apply to the whole site. Cannot include angle brackets, quotes, or ampersands (< > \" ' &)." %>