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 .protected-branches-list.js-protected-environments-list
- if @protected_environments.empty? - if @protected_environments.empty?
%p.settings-message.text-center %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 - else
%table.table.table-bordered %table.table.table-bordered
%colgroup %colgroup
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
%button.btn.gl-button.js-settings-toggle{ type: 'button' } %button.btn.gl-button.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand') = expanded ? _('Collapse') : _('Expand')
%p %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 .settings-content
= render 'projects/protected_environments/form' = render 'projects/protected_environments/form'
......
...@@ -23073,6 +23073,9 @@ msgstr "" ...@@ -23073,6 +23073,9 @@ msgstr ""
msgid "ProtectedEnvironment|Environment" msgid "ProtectedEnvironment|Environment"
msgstr "" msgstr ""
msgid "ProtectedEnvironment|Only specified users can execute deployments in a protected environment."
msgstr ""
msgid "ProtectedEnvironment|Protect" msgid "ProtectedEnvironment|Protect"
msgstr "" msgstr ""
...@@ -23082,9 +23085,6 @@ msgstr "" ...@@ -23082,9 +23085,6 @@ msgstr ""
msgid "ProtectedEnvironment|Protected Environment (%{protected_environments_count})" msgid "ProtectedEnvironment|Protected Environment (%{protected_environments_count})"
msgstr "" msgstr ""
msgid "ProtectedEnvironment|Protecting an environment restricts the users who can execute deployments."
msgstr ""
msgid "ProtectedEnvironment|Select an environment" msgid "ProtectedEnvironment|Select an environment"
msgstr "" msgstr ""
...@@ -23094,7 +23094,7 @@ msgstr "" ...@@ -23094,7 +23094,7 @@ msgstr ""
msgid "ProtectedEnvironment|Select users to deploy and manage Feature Flag settings" msgid "ProtectedEnvironment|Select users to deploy and manage Feature Flag settings"
msgstr "" 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 "" msgstr ""
msgid "ProtectedEnvironment|Unprotect" 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