Skip to content

Commit

Permalink
clarify description in bulk task creation view (#7771)
Browse files Browse the repository at this point in the history
* clarify description in bulk task creation view

* comma
  • Loading branch information
fm3 authored Apr 25, 2024
1 parent e773951 commit 6e1c0e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/javascripts/admin/task/task_create_bulk_view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,10 @@ function TaskCreateBulkView() {
Specify each new task on a separate line as comma seperated values (CSV) in the
following format:
<br />
<a href="/dashboard">dataSet</a>, <a href="/taskTypes">taskTypeId</a>, experienceDomain,
<a href="/dashboard">dataset</a>, <a href="/taskTypes">taskTypeId</a>, experienceDomain,
minExperience, x, y, z, rotX, rotY, rotZ, instances, minX, minY, minZ, width, height,
depth, <a href="/projects">project</a> [, <a href="/scripts">scriptId</a>,
baseAnnotationId]
depth, <a href="/projects">project</a>, <a href="/scripts">scriptId</a> (optional),
baseAnnotationId (optional)
<br />
If you want to define some (but not all) of the optional values, please list all
optional values and use an empty value for the ones you do not want to set (e.g.,
Expand Down

0 comments on commit 6e1c0e9

Please sign in to comment.