X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a36f3558dd43dd5a598e36dd21fd5f7d2b4a94f5..50b2f4f656b82112fce4939da26a1afc6b140e89:/app/views/geocoder/results.html.erb diff --git a/app/views/geocoder/results.html.erb b/app/views/geocoder/results.html.erb index 4b2d6e83d..deec4ed39 100644 --- a/app/views/geocoder/results.html.erb +++ b/app/views/geocoder/results.html.erb @@ -1,26 +1,15 @@ <% if @results.empty? %> -
<%= t 'geocoder.results.no_results' %>
+<%= t ".no_results" %>
<% else %><%= result_to_html(result) %>
<%= result_to_html(result) %>