From e9ec8ba9d904b32e534c4dae2fd8d79851a756cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Mon, 13 Jul 2020 16:39:00 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=5Fpublic=5Fdashboard=5Fus?= =?UTF-8?q?er=5Fheader.html.erb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/shared/_public_dashboard_user_header.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/shared/_public_dashboard_user_header.html.erb b/app/views/shared/_public_dashboard_user_header.html.erb index cf53db5..9e7aa7c 100644 --- a/app/views/shared/_public_dashboard_user_header.html.erb +++ b/app/views/shared/_public_dashboard_user_header.html.erb @@ -24,7 +24,7 @@ <% if @maps_count > 0 %> <%= pluralize(@maps_count, "Map") %> <% else %> - Maps + 地图 <% end %> @@ -33,7 +33,7 @@ <% if @tables_num > 0 %> <%= pluralize(@tables_num, "Dataset") %> <% else %> - Datasets + 数据 <% end %> @@ -45,7 +45,7 @@