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"
|
clear_all: "Clear All"
|
||||||
too_short: "Your search term is too short."
|
too_short: "Your search term is too short."
|
||||||
result_count:
|
result_count:
|
||||||
one: "1 result for <span class='term'>\"{{term}}\"</span>"
|
one: "1 result for <span class='term'>{{term}}</span>"
|
||||||
other: "{{count}} results for <span class='term'>\"{{term}}\"</span>"
|
other: "{{count}} results for <span class='term'>{{term}}</span>"
|
||||||
title: "search topics, posts, users, or categories"
|
title: "search topics, posts, users, or categories"
|
||||||
no_results: "No results found."
|
no_results: "No results found."
|
||||||
no_more_results: "No more results found."
|
no_more_results: "No more results found."
|
||||||
|
|
Loading…
Reference in New Issue