Restore confirmation differs between groups and projects
## Problem When restoring a group or project that is pending deletion, the restore confirmation message is slightly different between the two. We should make sure they are aligned. ### Restore confirmation for projects ![Screenshot_2024-02-23_at_11.42.27](/uploads/65441b1c667186227f030d184e754ad2/Screenshot_2024-02-23_at_11.42.27.png) ### Restore confirmation for groups ![Screenshot_2024-02-23_at_11.36.21](/uploads/b4564b347d0a26d3352d2d4d0d402b4a/Screenshot_2024-02-23_at_11.36.21.png) ## Proposal - [ ] Align wording between group and project restore confirmation ![image](/uploads/81c7908398327a01ce711424962170d1/image.png) ## Implementation guide 1. Update text in [/ee/app/controllers/ee/projects_controller.rb#L33](https://gitlab.com/gitlab-org/gitlab/blob/8ce6e5f772542fde3b9c3310c27b12a7dd76eb39/ee/app/controllers/ee/projects_controller.rb#L33) to match above proposal
issue