Skip to content

Commit b9c760c

Browse files
authored
Adding example input to editor categories (#1432)
* Adding example input to editor categories. Closes #1413 * Comma separated
1 parent 4d4f902 commit b9c760c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/editors/_form.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
</div>
8484

8585
<div class="col">
86-
<%= f.label :category_list, "Categories (comma or space separated)" %>
87-
<%= f.text_field :category_list, class: "form-control" %>
86+
<%= f.label :category_list, "Categories (comma separated)" %>
87+
<%= f.text_field :category_list, placeholder: "e.g., machine learning, image analysis, object detection", class: "form-control" %>
8888
</div>
8989
</div>
9090
</div>

0 commit comments

Comments
 (0)