remove quote marks from search term result page

This commit is contained in:
Jeff Atwood 2017-07-21 12:35:30 -07:00
parent 9727977fef
commit 4c7b725e19
1 changed files with 2 additions and 2 deletions

View File

@ -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."