From b5b660bcce980c29b0af0bb6800f873f7efd27ae Mon Sep 17 00:00:00 2001
From: Fiona Neill <fneill@gitlab.com>
Date: Thu, 10 Mar 2022 18:58:29 +0000
Subject: [PATCH] Update heading for topic: Projects pending deletion

---
 doc/user/project/working_with_projects.md | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/doc/user/project/working_with_projects.md b/doc/user/project/working_with_projects.md
index 2529927650dc6..3141a278df5b2 100644
--- a/doc/user/project/working_with_projects.md
+++ b/doc/user/project/working_with_projects.md
@@ -191,7 +191,7 @@ To create a project from the HIPAA Audit Protocol template:
       change the **Visibility Level**.
 1. Select **Create project**.
 
-## Push to create a new project
+## Create a new project with Git push
 
 > [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/26388) in GitLab 10.5.
 
@@ -294,7 +294,7 @@ To delete a project:
 1. Select **Delete project**.
 1. Confirm this action by completing the field.
 
-## Projects pending deletion **(PREMIUM)**
+## View projects pending deletion **(PREMIUM)**
 
 > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/37014) in GitLab 13.3 for Administrators.
 > - [Tab renamed](https://gitlab.com/gitlab-org/gitlab/-/issues/347468) from **Deleted projects** in GitLab 14.6.
@@ -306,12 +306,16 @@ ask an administrator to [disable the feature flag](../../administration/feature_
 On GitLab.com, this feature is available to all users.
 
 When delayed project deletion is [enabled for a group](../group/index.md#enable-delayed-project-deletion),
-projects within that group are not deleted immediately, but only after a delay. To access a list of all projects that are pending deletion:
+projects within that group are not deleted immediately, but only after a delay. 
+
+To view a list of all projects that are pending deletion:
 
 1. On the top bar, select **Menu > Projects > Explore projects**.
-1. Select the **Pending deletion** tab (in GitLab 14.6 and later) or the **Deleted projects** tab (GitLab 14.5 and earlier).
+1. Based on your GitLab version:
+   - GitLab 14.6 and later: select the **Pending deletion** tab.
+   - GitLab 14.5 and earlier: select the **Deleted projects** tab.
 
-Listed for each project is:
+Each project in the list shows:
 
 - The time the project was marked for deletion.
 - The time the project is scheduled for final deletion.
@@ -329,7 +333,7 @@ To view the activity of a project:
 
 ## Leave a project
 
-If you leave a project you are no longer a project
+If you leave a project, you are no longer a project
 member and cannot contribute.
 
 To leave a project:
-- 
GitLab