Commit d2a5b6b9 authored by Huzaifa Iftikhar's avatar Huzaifa Iftikhar Committed by Natalia Tepluhina

Rename "Deleted projects" tab to "Pending deletion"

parent 76388ed4
...@@ -107,15 +107,16 @@ You can combine the filter options. For example, to list only public projects wi ...@@ -107,15 +107,16 @@ You can combine the filter options. For example, to list only public projects wi
1. Click the **Public** tab. 1. Click the **Public** tab.
1. Enter `score` in the **Filter by name...** input box. 1. Enter `score` in the **Filter by name...** input box.
#### Deleted projects **(PREMIUM SELF)** #### Projects pending deletion **(PREMIUM SELF)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/37014) in GitLab 13.3. > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/37014) in GitLab 13.3.
> - [Tab renamed](https://gitlab.com/gitlab-org/gitlab/-/issues/347468) from **Deleted projects** in GitLab 14.7.
When delayed project deletion is [enabled for a group](../group/index.md#enable-delayed-project-deletion), 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 access a list of all projects that are pending deletion:
1. On the top bar, select **Menu > Projects > Explore projects**. 1. On the top bar, select **Menu > Projects > Explore projects**.
1. Select the **Deleted projects** tab. 1. Select the **Pending deletion** tab (in GitLab 14.7 and later) or the **Deleted projects** tab (GitLab 14.6 and earlier).
Listed for each project is: Listed for each project is:
......
- if can?(current_user, :list_removable_projects) - if can?(current_user, :list_removable_projects)
= gl_tab_link_to removed_dashboard_projects_path, { data: { placement: 'right' } } do = gl_tab_link_to removed_dashboard_projects_path, { data: { placement: 'right' } } do
= _("Deleted projects") = _("Pending deletion")
= gl_tab_counter_badge(limited_counter_with_delimiter(removed_projects_count)) = gl_tab_counter_badge(limited_counter_with_delimiter(removed_projects_count))
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
= image_tag 'illustrations/erased-log_empty.svg' = image_tag 'illustrations/erased-log_empty.svg'
.text-content .text-content
%h4.gl-text-center %h4.gl-text-center
= s_("RemovedProjects|You haven’t removed any projects.") = s_("RemovedProjects|No projects pending deletion found")
%p.gl-text-gray-500 %p.gl-text-center
= s_("RemovedProjects|Projects which are removed and are yet to be permanently removed are visible here.") = s_("RemovedProjects|Projects that are pending deletion that you have access to are listed here.")
= link_to s_('Learn more.'), 'https://docs.gitlab.com/ee/user/project/settings/index.html#delayed-project-deletion'
= render partial: 'dashboard/projects/shared/common', locals: { page_title: _('Deleted Projects'), empty_page: 'removed_empty_state' } = render partial: 'dashboard/projects/shared/common', locals: { page_title: _('Pending Deletion'), empty_page: 'removed_empty_state' }
...@@ -11452,15 +11452,9 @@ msgstr "" ...@@ -11452,15 +11452,9 @@ msgstr ""
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
msgid "Deleted Projects"
msgstr ""
msgid "Deleted chat nickname: %{chat_name}!" msgid "Deleted chat nickname: %{chat_name}!"
msgstr "" msgstr ""
msgid "Deleted projects"
msgstr ""
msgid "Deleted projects cannot be restored!" msgid "Deleted projects cannot be restored!"
msgstr "" msgstr ""
...@@ -25447,9 +25441,15 @@ msgstr "" ...@@ -25447,9 +25441,15 @@ msgstr ""
msgid "Pending" msgid "Pending"
msgstr "" msgstr ""
msgid "Pending Deletion"
msgstr ""
msgid "Pending comments" msgid "Pending comments"
msgstr "" msgstr ""
msgid "Pending deletion"
msgstr ""
msgid "Pending owner approval" msgid "Pending owner approval"
msgstr "" msgstr ""
...@@ -29357,10 +29357,10 @@ msgstr "" ...@@ -29357,10 +29357,10 @@ msgstr ""
msgid "Removed upload with id %{id}" msgid "Removed upload with id %{id}"
msgstr "" msgstr ""
msgid "RemovedProjects|Projects which are removed and are yet to be permanently removed are visible here." msgid "RemovedProjects|No projects pending deletion found"
msgstr "" msgstr ""
msgid "RemovedProjects|You haven’t removed any projects." msgid "RemovedProjects|Projects that are pending deletion that you have access to are listed here."
msgstr "" msgstr ""
msgid "Removes %{assignee_text} %{assignee_references}." msgid "Removes %{assignee_text} %{assignee_references}."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment