mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 08:35:47 +08:00
remove quote marks from search term result page
This commit is contained in:
parent
9727977fef
commit
4c7b725e19
@ -1325,8 +1325,8 @@ en:
|
||||
clear_all: "Clear All"
|
||||
too_short: "Your search term is too short."
|
||||
result_count:
|
||||
one: "1 result for <span class='term'>\"{{term}}\"</span>"
|
||||
other: "{{count}} results for <span class='term'>\"{{term}}\"</span>"
|
||||
one: "1 result for <span class='term'>{{term}}</span>"
|
||||
other: "{{count}} results for <span class='term'>{{term}}</span>"
|
||||
title: "search topics, posts, users, or categories"
|
||||
no_results: "No results found."
|
||||
no_more_results: "No more results found."
|
||||
|
Loading…
x
Reference in New Issue
Block a user