Commit 87ad66c1 authored by Fabio Huser's avatar Fabio Huser

refactor: rework wording for pipeline deletion warning text

parent 97545c92
...@@ -122,7 +122,7 @@ export default { ...@@ -122,7 +122,7 @@ export default {
<p> <p>
{{ {{
__( __(
'Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts and triggers. This action cannot be undone.', 'Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone.',
) )
}} }}
</p> </p>
......
...@@ -424,7 +424,7 @@ page, then using the **Delete** button. ...@@ -424,7 +424,7 @@ page, then using the **Delete** button.
CAUTION: **Warning:** CAUTION: **Warning:**
Deleting a pipeline will expire all pipeline caches, and delete all related objects, Deleting a pipeline will expire all pipeline caches, and delete all related objects,
such as builds, logs, artifacts and triggers. **This action cannot be undone.** such as builds, logs, artifacts, and triggers. **This action cannot be undone.**
## Most Recent Pipeline ## Most Recent Pipeline
......
...@@ -2095,7 +2095,7 @@ msgstr "" ...@@ -2095,7 +2095,7 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?" msgid "Are you sure you want to delete this pipeline schedule?"
msgstr "" msgstr ""
msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts and triggers. This action cannot be undone." msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
msgstr "" msgstr ""
msgid "Are you sure you want to erase this build?" msgid "Are you sure you want to erase this build?"
......
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