Commit 9a27b297 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch 'ui-text-protected-environments' into 'master'

Edit UI text for protected environments

See merge request gitlab-org/gitlab!52152
parents d0db106b 14e48da4
---
title: Updated UI text to match style guidelines
merge_request: 52152
author:
type: other
.protected-branches-list.js-protected-environments-list
- if @protected_environments.empty?
%p.settings-message.text-center
= s_('ProtectedEnvironment|There are currently no protected environments, protect an environment with the form above.')
= s_('ProtectedEnvironment|There are currently no protected environments. Protect an environment with this form.')
- else
%table.table.table-bordered
%colgroup
......
......@@ -9,7 +9,7 @@
%button.btn.gl-button.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand')
%p
= s_('ProtectedEnvironment|Protecting an environment restricts the users who can execute deployments.')
= s_('ProtectedEnvironment|Only specified users can execute deployments in a protected environment.')
.settings-content
= render 'projects/protected_environments/form'
......
......@@ -23073,6 +23073,9 @@ msgstr ""
msgid "ProtectedEnvironment|Environment"
msgstr ""
msgid "ProtectedEnvironment|Only specified users can execute deployments in a protected environment."
msgstr ""
msgid "ProtectedEnvironment|Protect"
msgstr ""
......@@ -23082,9 +23085,6 @@ msgstr ""
msgid "ProtectedEnvironment|Protected Environment (%{protected_environments_count})"
msgstr ""
msgid "ProtectedEnvironment|Protecting an environment restricts the users who can execute deployments."
msgstr ""
msgid "ProtectedEnvironment|Select an environment"
msgstr ""
......@@ -23094,7 +23094,7 @@ msgstr ""
msgid "ProtectedEnvironment|Select users to deploy and manage Feature Flag settings"
msgstr ""
msgid "ProtectedEnvironment|There are currently no protected environments, protect an environment with the form above."
msgid "ProtectedEnvironment|There are currently no protected environments. Protect an environment with this form."
msgstr ""
msgid "ProtectedEnvironment|Unprotect"
......
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