Skip to content

Commit 8d41917

Browse files
caitlinwheelesscaitlinwheeless
and
caitlinwheeless
authored
docs: Rename review actions (#6728)
Co-authored-by: caitlinwheeless <[email protected]>
1 parent b2b4c80 commit 8d41917

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/guide/project_settings_lse.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -324,12 +324,12 @@ When a reviewer clicks **Reject**, the annotation is not reassigned back to the
324324
Reviewers see the following options:
325325

326326
* **Accept**
327-
* **Reject** -- When selected, the annotation is rejected and skipped.
327+
* **Remove** -- When selected, the annotation is rejected and removed from the labeling queue.
328328
* **Requeue** -- When selected, the annotation is rejected and then reassigned back to the annotator.
329329

330330
For example, a reviewer might decide to requeue an annotation that is nearly correct but just needs a slight change. However, an annotation with numerous errors may be easier to simply reject entirely and remove from the queue.
331331

332-
Note that when you click **Reject**, the annotation is also marked as cancelled/skipped. This is reflected in various metrics (for example, Data Manager columns and dashboards), and differentiates between the two rejection actions in the API with `was_cancelled: true`.
332+
Note that when you click **Remove**, the annotation is also marked as cancelled/skipped. This is reflected in various metrics (for example, Data Manager columns and dashboards), and differentiates between the two rejection actions in the API with `was_cancelled: true`.
333333

334334
</td>
335335
</tr>

docs/source/guide/release_notes/onprem/2.17.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Helm Chart version: 1.6.3
1616

1717
There is a new option on the **Review** page of the project settings: **Allow reviewer to choose: Requeue or Remove**.
1818

19-
When enabled, reviewers will see two reject options for an annotation: **Reject** (reject and remove the annotation from the queue) and **Requeue** (reject and then requeue the annotation).
19+
When enabled, reviewers will see two reject options for an annotation: **Remove** (reject and remove the annotation from the queue) and **Requeue** (reject and then requeue the annotation).
2020

2121
This is useful for situations in which some annotations are incorrect or incomplete, but are acceptable with some fixes. In those cases, it may be more useful to send the task back to the annotator. In other cases, where the annotation is far from correct, it is better to remove it entirely.
2222

Loading

0 commit comments

Comments
 (0)