mirror of https://github.com/zulip/zulip.git
Fix capitalization in 'Add a new bot'.
This commit is contained in:
parent
c4836bca44
commit
9be76e91dd
|
@ -42,7 +42,7 @@ It presumes that you already have a fully implemented `<my-bot>.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.
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
<div class="add-new-bot-box grey-bg">
|
||||
<form id="create_bot_form" class="form-horizontal no-padding">
|
||||
<h4 class="new-bot-section-title light no-margin">Add a New Bot</h4>
|
||||
<h4 class="new-bot-section-title light no-margin">Add a new bot</h4>
|
||||
<div class="new-bot-form">
|
||||
<div class="input-group">
|
||||
<label for="create_bot_name">{{t "Full name" }}</label>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue