X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a36f3558dd43dd5a598e36dd21fd5f7d2b4a94f5..a65ccb55b5f9699d31088e98f61f9846f3f8505e:/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) %>