mirror of
https://github.com/discourse/discourse.git
synced 2025-06-25 01:30:17 +08:00
FIX: term should be handled as text (#6321)
This commit is contained in:
@ -669,6 +669,7 @@ class Report
|
||||
report.labels = [
|
||||
{
|
||||
property: :term,
|
||||
type: :text,
|
||||
title: I18n.t("reports.trending_search.labels.term")
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user