From ecfd8424c00c6b5ae84e5394021f1bd5496565c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Fri, 10 Jul 2020 08:06:00 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20icon-selector.tpl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboard/components/icon-selector/icon-selector.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/assets/javascripts/dashboard/components/icon-selector/icon-selector.tpl b/lib/assets/javascripts/dashboard/components/icon-selector/icon-selector.tpl index 86281e0..73c83f6 100644 --- a/lib/assets/javascripts/dashboard/components/icon-selector/icon-selector.tpl +++ b/lib/assets/javascripts/dashboard/components/icon-selector/icon-selector.tpl @@ -1,11 +1,11 @@
- +
<% if (iconURL == null) { %> -
No icon
+
无图标
<% } else { %> <%- name %> <% } %> @@ -19,9 +19,9 @@
<% if (state === "error") { %> -

There was an error uploading the icon. Check the height and size (max 1MB) of the image

+

上传错误

<% } else { %> -

Recommended images should be 128x128 pixels of size

+

推荐尺寸 128x128

<% } %>