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
end
def title
_('Pipelines emails')
_('Pipeline status emails')
end
def description
_('Email the pipelines status to a list of recipients.')
_('Email the pipeline status to a list of recipients.')
end
def self.to_param
......@@ -64,7 +64,7 @@ class PipelinesEmailService < Service
[
{ type: 'textarea',
name: 'recipients',
placeholder: _('Emails separated by comma'),
help: _('Comma-separated list of email addresses.'),
required: true },
{ type: 'checkbox',
name: 'notify_only_broken_pipelines' },
......
---
title: Update pipeline email service UI text
merge_request: 58377
author:
type: other
......@@ -7665,6 +7665,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
msgid "Comma-separated list of email addresses."
msgstr ""
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
......@@ -11469,7 +11472,7 @@ msgstr ""
msgid "Email sent"
msgstr ""
msgid "Email the pipelines status to a list of recipients."
msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
......@@ -11520,9 +11523,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
msgid "Emails separated by comma"
msgstr ""
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
......@@ -22625,6 +22625,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
msgid "Pipeline status emails"
msgstr ""
msgid "Pipeline subscriptions"
msgstr ""
......@@ -22712,9 +22715,6 @@ msgstr ""
msgid "Pipelines charts"
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."
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