Fixes #878 - Added remark for Mattermost and RocketChat support.
This commit is contained in:
parent
ad66cd9c1f
commit
09688f03e1
2 changed files with 3 additions and 2 deletions
|
@ -83,7 +83,8 @@ App.Config.set(
|
|||
{
|
||||
name: 'Slack'
|
||||
target: '#system/integration/slack'
|
||||
description: 'A team communication tool for the 21st century.'
|
||||
description: 'A team communication tool for the 21st century. Compatible with tools like %s.'
|
||||
descriptionSubstitute: 'Mattermost, RocketChat'
|
||||
controller: Index
|
||||
state: State
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<% end %>
|
||||
</td>
|
||||
<td><a href="<%- integration.target %>"><%= integration.name %></a></td>
|
||||
<td><%- @T(integration.description) %></td>
|
||||
<td><%- @T(integration.description, integration.descriptionSubstitute) %>
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue