diff --git a/app/views/admin/shared/_no_results.html.erb b/app/views/admin/shared/_no_results.html.erb index ca91f04..8810fd4 100644 --- a/app/views/admin/shared/_no_results.html.erb +++ b/app/views/admin/shared/_no_results.html.erb @@ -3,7 +3,7 @@ <% if @total_count > 0 %> -

<%= @name %> doesn't have any items on this page

+

<%= @name %> 此页上没有任何项目

Try the <%= link_to 'first page', @first_page_url %> instead

<% else %>

<%= @name %> doesn't have any public <%= @content_type === 'maps' ? '地图' : '数据' %> yet