diff --git a/docs/bots-guide.md b/docs/bots-guide.md index 3c2e86ff68..f363225551 100644 --- a/docs/bots-guide.md +++ b/docs/bots-guide.md @@ -42,7 +42,7 @@ It presumes that you already have a fully implemented `.py` bot and now 3. Register a new bot on your Zulip server's web interface. - * Navigate to *Settings* -> *Your bots* -> *Add a New Bot*, fill + * Navigate to *Settings* -> *Your bots* -> *Add a new bot*, fill out the form and click on *Create bot*. * A new bot should appear in the *Your bots* panel. diff --git a/static/templates/settings/bot-settings.handlebars b/static/templates/settings/bot-settings.handlebars index 2071595f43..09e0d748b3 100644 --- a/static/templates/settings/bot-settings.handlebars +++ b/static/templates/settings/bot-settings.handlebars @@ -19,7 +19,7 @@
-

Add a New Bot

+

Add a new bot

diff --git a/templates/zerver/help/add-a-bot-or-integration.md b/templates/zerver/help/add-a-bot-or-integration.md index 60f4e32cbf..08abe2db5b 100644 --- a/templates/zerver/help/add-a-bot-or-integration.md +++ b/templates/zerver/help/add-a-bot-or-integration.md @@ -7,12 +7,12 @@ Bots and integrations are features that are accesible to all members of an organ {!go-to-the.md!} [Your bots](/#settings/your-bots) {!settings.md!} -2. On this page, under the **Add a New Bot** view, you can enter a name, an email, and +2. On this page, under the **Add a new bot** view, you can enter a name, an email, and optionally an avatar for your bot. Then click the **Create bot** button to create your bot. ![Bots page](/static/images/help/add_a_new_bot.png) -3. An entry such as the following should appear above the **Add a New Bot** view, confirming +3. An entry such as the following should appear above the **Add a new bot** view, confirming the creation of your bot. ![Example bot](/static/images/help/bot_example.png)