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

<% } %>