diff --git a/app/views/user_site_settings/index.html.erb b/app/views/user_site_settings/index.html.erb index 434b090ae..896f46c33 100644 --- a/app/views/user_site_settings/index.html.erb +++ b/app/views/user_site_settings/index.html.erb @@ -33,8 +33,9 @@ A) this checkbox must be checked; B) you must have at least one valid autoflagging preference (see "Preferences" below); and C) you must have at least one valid <%= link_to "autoflagging condition", url_for(controller: :flag_conditions, action: :index) %>. - If the above checkbox is checked and you have either or both no valid autoflagging preferences or no valid and enabled autoflagging conditions, - then autoflagging for your account will be disabled and only manual flagging will be functional.

+ If you check the above checkbox and you have no valid autoflagging preferences and/or no valid and enabled autoflagging conditions, then autoflagging for your account will be disabled, and only manual flagging will be functional. +
+ There is one exception to this. By checking the above box, autoflags may be automatically cast from your account for spam waves, regardless of your autoflagging settings. Spam waves are a manual tool used sparingly by Metasmoke admins to fight waves of spam or abusive content, and can be configured to cast the necessary number of spam flags to instantly delete posts that meet specific criteria.

<% if FlagSetting["registration_enabled"] == "0" && !current_user.flags_enabled %>

Registration is currently disabled.

<% end %>