Commit edfe34ba authored by David O'Regan's avatar David O'Regan

Merge branch 'yo-master-patch-32789' into 'master'

Fix slack application helper card

See merge request gitlab-org/gitlab!51034
parents 4ddfdb03 ab6bb6de
---
title: Fix slack application helper card
merge_request: 51034
author: Yogi (@yo)
type: fixed
.card
.card-body
%p
This service allows users to perform common operations on this
project by entering slash commands in Slack.
= _("This service allows users to perform common operations on this project by entering slash commands in Slack.")
= external_link _('View documentation'), help_page_path('user/project/integrations/gitlab_slack_application.md')
%p.inline
See the list of available commands in Slack after setting up this service
by entering
= _("See the list of available commands in Slack after setting up this service by entering")
%kbd.inline /gitlab help
- unless @service.template? || @service.instance?
= render "projects/services/#{@service.to_param}/slack_integration_form"
......@@ -25263,6 +25263,9 @@ msgstr ""
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
msgid "See the list of available commands in Slack after setting up this service by entering"
msgstr ""
msgid "See vulnerability %{vulnerability_link} for any Remediation details."
msgstr ""
......@@ -29078,6 +29081,9 @@ msgstr ""
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
msgid "This service allows users to perform common operations on this project by entering slash commands in Slack."
msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
......
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