mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
Change text field hints for adding new bots.
(imported from commit 184888130b2c72f72266d32ced83ed1f23479c12)
This commit is contained in:
@@ -147,13 +147,13 @@
|
||||
<p>
|
||||
<label for="create_bot_name" class="control-label">Full name</label>
|
||||
<input type="text" name="bot_name" id="create_bot_name" class="required"
|
||||
maxlength=100 placeholder="Bot name" value="" />
|
||||
maxlength=100 placeholder="Full Bot Name" value="" />
|
||||
<div><label for="create_bot_name" generated="true" class="text-error"></label></div>
|
||||
</p>
|
||||
<p>
|
||||
<label for="bot_short_name" class="control-label">Username</label>
|
||||
<input type="text" name="bot_short_name" id="create_bot_short_name" class="required bot_local_part"
|
||||
placeholder="Bot username" value="" />-bot@{{ user_profile.realm.domain }}
|
||||
placeholder="bot_user_name" value="" />-bot@{{ user_profile.realm.domain }}
|
||||
<div><label for="create_bot_short_name" generated="true" class="text-error"></label></div>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user