Commit b255fca2 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch 'edstub207/gitlab-Resolves237843' into 'master'

Fix typo in delete project modal

See merge request gitlab-org/gitlab!46204
parents 8ce3a303 382ab7c1
...@@ -25,7 +25,7 @@ export default { ...@@ -25,7 +25,7 @@ export default {
'Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its repositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc.', 'Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its repositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc.',
), ),
modalBody: __( modalBody: __(
"This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc.", "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc.",
), ),
}, },
}; };
......
---
title: Fix typos when deleting a project repository
merge_request: 46204
author: Edstub207
type: fixed
...@@ -26880,7 +26880,7 @@ msgstr "" ...@@ -26880,7 +26880,7 @@ msgstr ""
msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key"
msgstr "" msgstr ""
msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc."
msgstr "" msgstr ""
msgid "This action has been performed too many times. Try again later." msgid "This action has been performed too many times. Try again later."
......
...@@ -57,7 +57,7 @@ exports[`Project remove modal initialized matches the snapshot 1`] = ` ...@@ -57,7 +57,7 @@ exports[`Project remove modal initialized matches the snapshot 1`] = `
</gl-alert-stub> </gl-alert-stub>
<p> <p>
This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc. This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc.
</p> </p>
<p <p
......
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