summaryrefslogtreecommitdiff
path: root/app/views/admin/application_settings/_outbound.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-24 18:10:28 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-24 18:10:28 +0000
commite20fed01c86f47ffba316483f312a36330fd084d (patch)
treea97c23d9f1729ca3637c78769ebe1663e0765bb7 /app/views/admin/application_settings/_outbound.html.haml
parente778dcbceebbfbae42a3743cf76d80229ccc716c (diff)
downloadgitlab-ce-e20fed01c86f47ffba316483f312a36330fd084d.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/admin/application_settings/_outbound.html.haml')
-rw-r--r--app/views/admin/application_settings/_outbound.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/application_settings/_outbound.html.haml b/app/views/admin/application_settings/_outbound.html.haml
index 3505a3bf3ee..1821c8ef4bb 100644
--- a/app/views/admin/application_settings/_outbound.html.haml
+++ b/app/views/admin/application_settings/_outbound.html.haml
@@ -20,6 +20,6 @@
.form-group
= f.gitlab_ui_checkbox_component :dns_rebinding_protection_enabled,
s_('OutboundRequests|Enforce DNS rebinding attack protection'),
- help_text: _('OutboundRequests|Resolve IP addresses once and uses them to submit requests.')
+ help_text: s_('OutboundRequests|Resolve IP addresses once and uses them to submit requests.')
= f.submit _('Save changes'), pajamas_button: true, data: { qa_selector: 'save_changes_button' }