Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions octoprint_Octoslack/templates/Octoslack_settings.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
<small class="muted">
A single channel can be specified or multiple channels can provided via a comma-separated list (channel1,channel2,channel3)
<br/>
Optional for WebHooks but required for when using an Slack Bot Acces Token
Optional for WebHooks but required for when using a Slack Bot Access Token
</small>
</div>
</div>
Expand All @@ -347,7 +347,7 @@
<input type="text" class="octoslack_width_auto" size="60" id="octoslack_pushbullet_channel" data-bind="value: settings.plugins.Octoslack.pushbullet_config.channel">
<br/>
<small class="muted">
A single channel can be specified or multiple channels can provided via a comma-separated list (channeltag1,channeltag2,channeltag3). To send a direct message to yourself, <b>$myself$</b> can be used in lieu of a channel tag here and in the event channel overrides
A single channel can be specified or multiple channels can be provided via a comma-separated list (channeltag1,channeltag2,channeltag3). To send a direct message to yourself, <b>$myself$</b> can be used in lieu of a channel tag here and in the event channel overrides
</small>
</div>
</div>
Expand Down