diff options
author | Harrison Healey <harrisonmhealey@gmail.com> | 2018-05-29 11:56:56 -0400 |
---|---|---|
committer | Harrison Healey <harrisonmhealey@gmail.com> | 2018-05-29 11:56:56 -0400 |
commit | ef5e13c946446441d767e9aa3834afff29277f96 (patch) | |
tree | e004092a08bf3aebf8a4b725a512ce77e5712910 /app | |
parent | f124b6fd11a40d4538c64b5734e08727cba24305 (diff) | |
download | gitlab-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.haml | 4 |
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 |