[deploy] Fix spam trigger keyword input text (#10665)

This commit is contained in:
Ben Halpern 2020-10-06 10:47:04 -04:00 committed by GitHub
parent eefbe25bd3
commit cbcd60a17e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -855,7 +855,7 @@
<%= admin_config_label :spam_trigger_terms %>
<%= f.text_field :spam_trigger_terms,
class: "form-control",
value: SiteConfig.spam_trigger_terms.to_s,
value: SiteConfig.spam_trigger_terms.join(","),
placeholder: Constants::SiteConfig::DETAILS[:spam_trigger_terms][:placeholder] %>
<div class="alert alert-info"><%= Constants::SiteConfig::DETAILS[:spam_trigger_terms][:description] %></div>
</div>