From ebf772b4dbd7c5e05a91867e049e325b4013247d Mon Sep 17 00:00:00 2001 From: Jose Vargas Date: Fri, 11 Jan 2019 17:04:07 -0600 Subject: [PATCH] Update url placeholder for the sentry config --- .../projects/settings/operations/_error_tracking.html.haml | 2 +- .../unreleased/jivl-update-placeholder-sentry-config.yml | 5 +++++ locale/gitlab.pot | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 changelogs/unreleased/jivl-update-placeholder-sentry-config.yml 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:///api/0/projects/{organization_slug}/{project_slug}/issues/') + = form.url_field :api_url, class: 'form-control', placeholder: _('http:///api/0/projects/{organization_slug}/{project_slug}/') %p.form-text.text-muted = _('Enter your Sentry API URL') .form-group diff --git a/changelogs/unreleased/jivl-update-placeholder-sentry-config.yml b/changelogs/unreleased/jivl-update-placeholder-sentry-config.yml new file mode 100644 index 00000000000..eb860fd3905 --- /dev/null +++ b/changelogs/unreleased/jivl-update-placeholder-sentry-config.yml @@ -0,0 +1,5 @@ +--- +title: Update url placeholder for the sentry configuration page +merge_request: 24338 +author: +type: other diff --git a/locale/gitlab.pot b/locale/gitlab.pot index d3f20a4620f..e7aa7e453bd 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -8098,7 +8098,7 @@ msgstr "" msgid "here" msgstr "" -msgid "http:///api/0/projects/{organization_slug}/{project_slug}/issues/" +msgid "http:///api/0/projects/{organization_slug}/{project_slug}/" msgstr "" msgid "https://your-bitbucket-server"