Commit e2f79b5f authored by Andy Soiron's avatar Andy Soiron

Merge branch 'andysoiron/improve-note-webhooks-description' into 'master'

Improve comments webhooks description

See merge request gitlab-org/gitlab!83981
parents e7a52f0d edb31fbf
......@@ -33,7 +33,7 @@
= form.label :note_events, class: 'list-label form-check-label gl-ml-1' do
%strong= s_('Webhooks|Comments')
%p.text-muted.gl-ml-1
= s_('Webhooks|A comment is added to an issue.')
= s_('Webhooks|A comment is added to an issue or merge request.')
%li
= form.check_box :confidential_note_events, class: 'form-check-input'
= form.label :confidential_note_events, class: 'list-label form-check-label gl-ml-1' do
......
......@@ -42107,7 +42107,7 @@ msgstr ""
msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
msgid "Webhooks|A comment is added to an issue."
msgid "Webhooks|A comment is added to an issue or merge request."
msgstr ""
msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment