Commit a61d356b authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'protected-environments-copy-chagnes' into...

Merge branch 'protected-environments-copy-chagnes' into 'feature-flag-permissions-protected-environments'

Update Text on Protected Environments

See merge request gitlab-org/gitlab-ee!12417
parents eb7ec63a 77bdd9c8
.deploy_access_levels-container
= dropdown_tag(s_('ProtectedEnvironment|Choose users'),
= dropdown_tag(s_('ProtectedEnvironment|Select users'),
options: { toggle_class: 'js-allowed-to-deploy wide js-multiselect',
dropdown_class: 'dropdown-menu-user dropdown-menu-selectable',
filter: true,
......
......@@ -15,7 +15,7 @@
= s_('ProtectedEnvironment|Allowed to deploy')
- if Feature.enabled?(:feature_flag_permissions, @project)
.text-muted.mb-2
= s_('ProtectedEnvironment|Choose who is allowed to deploy and manage Feature Flag settings')
= s_('ProtectedEnvironment|Select users to deploy and manage Feature Flag settings')
= render partial: 'projects/protected_environments/deploy_access_levels_dropdown', locals: { f: f }
.card-footer
......
......@@ -9,7 +9,7 @@
%button.btn.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand')
%p
= s_('ProtectedEnvironment|Protect Environments in order to restrict who can execute deployments.')
= s_('ProtectedEnvironment|Protecting an environment restricts the users who can execute deployments.')
.settings-content
= render 'projects/protected_environments/form'
......
......@@ -9829,28 +9829,28 @@ msgstr ""
msgid "ProtectedEnvironment|Allowed to deploy"
msgstr ""
msgid "ProtectedEnvironment|Choose users"
msgid "ProtectedEnvironment|Environment"
msgstr ""
msgid "ProtectedEnvironment|Choose who is allowed to deploy and manage Feature Flag settings"
msgid "ProtectedEnvironment|Protect"
msgstr ""
msgid "ProtectedEnvironment|Environment"
msgid "ProtectedEnvironment|Protect an environment"
msgstr ""
msgid "ProtectedEnvironment|Protect"
msgid "ProtectedEnvironment|Protected Environment (%{protected_environments_count})"
msgstr ""
msgid "ProtectedEnvironment|Protect Environments in order to restrict who can execute deployments."
msgid "ProtectedEnvironment|Protecting an environment restricts the users who can execute deployments."
msgstr ""
msgid "ProtectedEnvironment|Protect an environment"
msgid "ProtectedEnvironment|Select an environment"
msgstr ""
msgid "ProtectedEnvironment|Protected Environment (%{protected_environments_count})"
msgid "ProtectedEnvironment|Select users"
msgstr ""
msgid "ProtectedEnvironment|Select an environment"
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."
......
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