Commit 061e37f9 authored by Alex Kalderimis's avatar Alex Kalderimis

Merge branch 'ui-text-pipelines-email' into 'master'

Update pipeline email service UI text

See merge request gitlab-org/gitlab!58377
parents 401c4d20 aee6673f
...@@ -25,11 +25,11 @@ class PipelinesEmailService < Service ...@@ -25,11 +25,11 @@ class PipelinesEmailService < Service
end end
def title def title
_('Pipelines emails') _('Pipeline status emails')
end end
def description def description
_('Email the pipelines status to a list of recipients.') _('Email the pipeline status to a list of recipients.')
end end
def self.to_param def self.to_param
...@@ -64,7 +64,7 @@ class PipelinesEmailService < Service ...@@ -64,7 +64,7 @@ class PipelinesEmailService < Service
[ [
{ type: 'textarea', { type: 'textarea',
name: 'recipients', name: 'recipients',
placeholder: _('Emails separated by comma'), help: _('Comma-separated list of email addresses.'),
required: true }, required: true },
{ type: 'checkbox', { type: 'checkbox',
name: 'notify_only_broken_pipelines' }, name: 'notify_only_broken_pipelines' },
......
---
title: Update pipeline email service UI text
merge_request: 58377
author:
type: other
...@@ -7665,6 +7665,9 @@ msgstr "" ...@@ -7665,6 +7665,9 @@ msgstr ""
msgid "ComboSearch is not defined" msgid "ComboSearch is not defined"
msgstr "" msgstr ""
msgid "Comma-separated list of email addresses."
msgstr ""
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr "" msgstr ""
...@@ -11469,7 +11472,7 @@ msgstr "" ...@@ -11469,7 +11472,7 @@ msgstr ""
msgid "Email sent" msgid "Email sent"
msgstr "" msgstr ""
msgid "Email the pipelines status to a list of recipients." msgid "Email the pipeline status to a list of recipients."
msgstr "" msgstr ""
msgid "Email updates (optional)" msgid "Email updates (optional)"
...@@ -11520,9 +11523,6 @@ msgstr "" ...@@ -11520,9 +11523,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported." msgid "Emails sent to %{email} are also supported."
msgstr "" msgstr ""
msgid "Emails separated by comma"
msgstr ""
msgid "EmailsOnPushService|Disable code diffs" msgid "EmailsOnPushService|Disable code diffs"
msgstr "" msgstr ""
...@@ -22625,6 +22625,9 @@ msgstr "" ...@@ -22625,6 +22625,9 @@ msgstr ""
msgid "Pipeline ran in fork of project" msgid "Pipeline ran in fork of project"
msgstr "" msgstr ""
msgid "Pipeline status emails"
msgstr ""
msgid "Pipeline subscriptions" msgid "Pipeline subscriptions"
msgstr "" msgstr ""
...@@ -22712,9 +22715,6 @@ msgstr "" ...@@ -22712,9 +22715,6 @@ msgstr ""
msgid "Pipelines charts" msgid "Pipelines charts"
msgstr "" msgstr ""
msgid "Pipelines emails"
msgstr ""
msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results." msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr "" msgstr ""
......
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