[deploy] Fix spam trigger keyword input text (#10665)
This commit is contained in:
parent
eefbe25bd3
commit
cbcd60a17e
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue