Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2019-01-12 03:32:09 +0300
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-01-15 03:00:12 +0300
commitacd423c79d21761badec720f986f68a73aa41cba (patch)
tree0f265c98c42b1b5503d68e14c08566f3fa01f2ab /app
parent21352572f46677427af5c9e1642057f923e8ea54 (diff)
Merge branch 'jivl-update-placeholder-sentry-config' into 'master'
Update url placeholder for the sentry configuration page Closes #56276 See merge request gitlab-org/gitlab-ce!24338 (cherry picked from commit c4798ba6ef419e94970fd34ac8ea52328bacffaa) ebf772b4 Update url placeholder for the sentry config
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/settings/operations/_error_tracking.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/settings/operations/_error_tracking.html.haml b/app/views/projects/settings/operations/_error_tracking.html.haml
index 71335e4dfd0..871b60f05ba 100644
--- a/app/views/projects/settings/operations/_error_tracking.html.haml
+++ b/app/views/projects/settings/operations/_error_tracking.html.haml
@@ -18,7 +18,7 @@
= form.label :enabled, _('Active'), class: 'form-check-label'
.form-group
= form.label :api_url, _('Sentry API URL'), class: 'label-bold'
- = form.url_field :api_url, class: 'form-control', placeholder: _('http://<sentry-host>/api/0/projects/{organization_slug}/{project_slug}/issues/')
+ = form.url_field :api_url, class: 'form-control', placeholder: _('http://<sentry-host>/api/0/projects/{organization_slug}/{project_slug}/')
%p.form-text.text-muted
= _('Enter your Sentry API URL')
.form-group