mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
settings: Consistently describe Slack-compatible webhook format.
Previously, the settings edit UI used a different phrasing, and "Slack compatible" used a dash only in the documentation. We settle on "Slack-compatible", since that's what we use for the similar incoming webhook format.
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<label for="interface_type" class="modal-field-label">{{t "Webhook format" }}</label>
|
||||
<select name="interface_type" id="create_interface_type" class="modal_select bootstrap-focus-style">
|
||||
<option value="1">Zulip</option>
|
||||
<option value="2">{{t "Slack compatible" }}</option>
|
||||
<option value="2">{{t "Slack-compatible" }}</option>
|
||||
</select>
|
||||
<div><label for="create_interface_type" generated="true" class="text-error"></label></div>
|
||||
</div>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="input-group">
|
||||
<label for="edit_service_interface">{{t "Webhook format" }}</label>
|
||||
<select id="edit_service_interface" class="modal_select bootstrap-focus-style" name="service_interface">
|
||||
<option value="1">{{t "Generic" }}</option>
|
||||
<option value="2">{{t "Slack's outgoing webhooks" }}</option>
|
||||
<option value="1">Zulip</option>
|
||||
<option value="2">{{t "Slack-compatible" }}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user