Skip to content
Snippets Groups Projects
Commit ebf772b4 authored by Jose Ivan Vargas Lopez's avatar Jose Ivan Vargas Lopez
Browse files

Update url placeholder for the sentry config

parent f5dd9107
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
---
title: Update url placeholder for the sentry configuration page
merge_request: 24338
author:
type: other
Loading
Loading
@@ -8098,7 +8098,7 @@ msgstr ""
msgid "here"
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 ""
 
msgid "https://your-bitbucket-server"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment