summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2018-05-29 11:56:56 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2018-05-29 11:56:56 -0400
commitef5e13c946446441d767e9aa3834afff29277f96 (patch)
treee004092a08bf3aebf8a4b725a512ce77e5712910 /app
parentf124b6fd11a40d4538c64b5734e08727cba24305 (diff)
downloadgitlab-ce-ef5e13c946446441d767e9aa3834afff29277f96.tar.gz
Updated help text for team list for Mattermost slash commands
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/mattermosts/_team_selection.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/mattermosts/_team_selection.html.haml b/app/views/projects/mattermosts/_team_selection.html.haml
index 361d3c61d99..37c09f12f63 100644
--- a/app/views/projects/mattermosts/_team_selection.html.haml
+++ b/app/views/projects/mattermosts/_team_selection.html.haml
@@ -13,9 +13,9 @@
= f.hidden_field(:team_id, value: selected_id, required: true) if @teams.one?
.form-text.text-muted
- if @teams.one?
- This is the only available team.
+ This is the only available team that you are a member of.
- else
- The list shows all available teams.
+ The list shows all available teams that you are a member of.
To create a team,
= link_to "#{Gitlab.config.mattermost.host}/create_team" do
use Mattermost's interface