summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGeorge Koltsov <gkoltsov@gitlab.com>2019-07-26 13:08:05 +0100
committerGeorge Koltsov <gkoltsov@gitlab.com>2019-08-02 15:39:18 +0100
commit5a19a43a13031de83af2d241498465a882421270 (patch)
tree354715508543d3f34053a7bb2d86f5634d5469aa /app
parent7fe145b1b5854a0918d0c04e8f79d8aacd81561e (diff)
downloadgitlab-ce-5a19a43a13031de83af2d241498465a882421270.tar.gz
Update translations in gitlab.pot
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/application_settings/_outbound.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/application_settings/_outbound.html.haml b/app/views/admin/application_settings/_outbound.html.haml
index d39e192d604..ad26f52aea7 100644
--- a/app/views/admin/application_settings/_outbound.html.haml
+++ b/app/views/admin/application_settings/_outbound.html.haml
@@ -6,11 +6,11 @@
.form-check
= f.check_box :allow_local_requests_from_web_hooks_and_services, class: 'form-check-input'
= f.label :allow_local_requests_from_web_hooks_and_services, class: 'form-check-label' do
- Allow requests to the local network from web hooks and services
+ = _('Allow requests to the local network from web hooks and services')
.form-check
= f.check_box :allow_local_requests_from_system_hooks, class: 'form-check-input'
= f.label :allow_local_requests_from_system_hooks, class: 'form-check-label' do
- Allow requests to the local network from system hooks
+ = _('Allow requests to the local network from system hooks')
.form-group
= f.label :outbound_local_requests_whitelist_raw, class: 'label-bold' do