summaryrefslogtreecommitdiff
path: root/app/views/admin/application_settings
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-28 13:51:45 +0100
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-28 13:51:45 +0100
commit8e8be5d1710f246bbb43c6c0bae82dead1139fde (patch)
tree95f8ecaa4b5b8ec1daf1163591b4e49941c70de5 /app/views/admin/application_settings
parentcb4b2e31a75e0f31e49f739c9008451d53908a0e (diff)
downloadgitlab-ce-8e8be5d1710f246bbb43c6c0bae82dead1139fde.tar.gz
Fixed view to correct property
Diffstat (limited to 'app/views/admin/application_settings')
-rw-r--r--app/views/admin/application_settings/_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml
index 5cc99e0833f..6030c8b1dfa 100644
--- a/app/views/admin/application_settings/_form.html.haml
+++ b/app/views/admin/application_settings/_form.html.haml
@@ -422,9 +422,9 @@
%a{ href: 'https://sentry.io/for/javascript/', target: '_blank', rel: 'noopener noreferrer' } https://sentry.io/for/javascript/
.form-group
- = f.label :sentry_dsn, 'Sentry DSN', class: 'control-label col-sm-2'
+ = f.label :clientside_sentry_dsn, 'Clientside Sentry DSN', class: 'control-label col-sm-2'
.col-sm-10
- = f.text_field :sentry_dsn, class: 'form-control'
+ = f.text_field :clientside_sentry_dsn, class: 'form-control'
%fieldset
%legend Repository Storage