diff --git a/assets/images/help/pull_requests/abandon-review-button.png b/assets/images/help/pull_requests/abandon-review-button.png new file mode 100644 index 000000000000..03b77cc8cfb1 Binary files /dev/null and b/assets/images/help/pull_requests/abandon-review-button.png differ diff --git a/assets/images/help/pull_requests/diff-settings-menu.png b/assets/images/help/pull_requests/diff-settings-menu.png index bcee2d0e6c5a..18c9b0407c63 100644 Binary files a/assets/images/help/pull_requests/diff-settings-menu.png and b/assets/images/help/pull_requests/diff-settings-menu.png differ diff --git a/assets/images/help/pull_requests/review-changes-button.png b/assets/images/help/pull_requests/review-changes-button.png index d93defd08370..0c3ad7ecfddf 100644 Binary files a/assets/images/help/pull_requests/review-changes-button.png and b/assets/images/help/pull_requests/review-changes-button.png differ diff --git a/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md b/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md index 46cfe63fa496..5ff91023f26a 100644 --- a/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md +++ b/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md @@ -41,9 +41,9 @@ You can change the format of the diff view in this tab by clicking {% octicon "g {% data reusables.repositories.start-file-comment %}{% endif %} 1. When you're done, click **Start a review**. If you have already started a review, you can click **Add review comment**. -Before you submit your review, your line comments are _pending_ and only visible to you. You can edit pending comments anytime before you submit your review. To cancel a pending review, including all of its pending comments, click **Review changes** above the changed code, then click **Cancel review**. +Before you submit your review, your line comments are _pending_ and only visible to you. You can edit pending comments anytime before you submit your review. To cancel a pending review, including all of its pending comments, click **Review changes** above the changed code, then click **Abandon review**. -![Screenshot of the comment field for a review. The "Cancel review" button is outlined in dark orange.](/assets/images/help/pull_requests/cancel-review-button.png) +![Screenshot of the comment field for a review. The "Abandon review" button is outlined in dark orange.](/assets/images/help/pull_requests/abandon-review-button.png) {% endwebui %} {% ifversion fpt or ghec %}