Commit 036539ce authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch 'nadia_sotnikova-master-patch-51286' into 'master'

Update the Pipeline triggers settings UI text

See merge request gitlab-org/gitlab!51348
parents 034d314f febe76a1
...@@ -69,7 +69,8 @@ ...@@ -69,7 +69,8 @@
%button.btn.js-settings-toggle{ type: 'button' } %button.btn.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand') = expanded ? _('Collapse') : _('Expand')
%p %p
= _("Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions.") = _("Trigger a pipeline for a branch or tag by generating a trigger token and using it with an API call. The token impersonates a user's project access and permissions.")
= link_to _('Learn more.'), help_page_path('ci/triggers/README'), target: '_blank', rel: 'noopener noreferrer'
.settings-content .settings-content
= render 'projects/triggers/index' = render 'projects/triggers/index'
......
---
title: Updated UI text to match style guidelines
merge_request: 51348
author:
type: other
...@@ -30119,6 +30119,9 @@ msgstr "" ...@@ -30119,6 +30119,9 @@ msgstr ""
msgid "Trigger" msgid "Trigger"
msgstr "" msgstr ""
msgid "Trigger a pipeline for a branch or tag by generating a trigger token and using it with an API call. The token impersonates a user's project access and permissions."
msgstr ""
msgid "Trigger cluster reindexing" msgid "Trigger cluster reindexing"
msgstr "" msgstr ""
...@@ -30155,9 +30158,6 @@ msgstr "" ...@@ -30155,9 +30158,6 @@ msgstr ""
msgid "Triggerer" msgid "Triggerer"
msgstr "" msgstr ""
msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing" msgid "Troubleshoot and monitor your application with tracing"
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