Compacted repeated "Results" into one sentence
Fixes #5065. Removed "Results from" from search results.
This commit is contained in:
parent
cee9818dfc
commit
c816efc386
2 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
<% @sources.each do |source| %>
|
||||
<h4>
|
||||
<%= t(".title.results_from_html", :results_link => link_to(t(".title.#{source[:name]}"), source[:url].to_s)) %>
|
||||
<%= link_to t(".title.#{source[:name]}"), source[:url].to_s %>
|
||||
</h4>
|
||||
<div class="search_results_entry mx-n3" data-href="<%= url_for @params.merge(:action => "search_#{source[:name]}") %>">
|
||||
<div class="text-center loader">
|
||||
|
|
|
@ -674,7 +674,6 @@ en:
|
|||
geocoder:
|
||||
search:
|
||||
title:
|
||||
results_from_html: 'Results from %{results_link}'
|
||||
latlon: Internal
|
||||
osm_nominatim: OpenStreetMap Nominatim
|
||||
osm_nominatim_reverse: OpenStreetMap Nominatim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue