Update url placeholder for the sentry config

This commit is contained in:
Jose Vargas 2019-01-11 17:04:07 -06:00
parent f5dd910736
commit ebf772b4db
3 changed files with 7 additions and 2 deletions

View File

@ -18,7 +18,7 @@
= form.label :enabled, _('Active'), class: 'form-check-label' = form.label :enabled, _('Active'), class: 'form-check-label'
.form-group .form-group
= form.label :api_url, _('Sentry API URL'), class: 'label-bold' = 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 %p.form-text.text-muted
= _('Enter your Sentry API URL') = _('Enter your Sentry API URL')
.form-group .form-group

View File

@ -0,0 +1,5 @@
---
title: Update url placeholder for the sentry configuration page
merge_request: 24338
author:
type: other

View File

@ -8098,7 +8098,7 @@ msgstr ""
msgid "here" msgid "here"
msgstr "" msgstr ""
msgid "http://<sentry-host>/api/0/projects/{organization_slug}/{project_slug}/issues/" msgid "http://<sentry-host>/api/0/projects/{organization_slug}/{project_slug}/"
msgstr "" msgstr ""
msgid "https://your-bitbucket-server" msgid "https://your-bitbucket-server"