mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
settings: Rename bots_list to active_bots_list.
This commit is contained in:
committed by
Tim Abbott
parent
900891b072
commit
876d7bbcdc
@@ -335,7 +335,7 @@ function render(template_name, args) {
|
||||
html += '<div id="settings">';
|
||||
html += '<div id="bot-settings" class="settings-section">';
|
||||
html += '<div class="bot-settings-form">';
|
||||
html += '<ol id="bots_list" style="display: block">';
|
||||
html += '<ol id="active_bots_list" style="display: block">';
|
||||
var args = {
|
||||
email: "hamlet@zulip.com",
|
||||
api_key: "123456ABCD",
|
||||
|
||||
Reference in New Issue
Block a user