mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
bot settings: Change placeholder from bot_user_name to cookie.
This commit is contained in:
parent
3797fa657e
commit
5cfd1e1266
@ -24,13 +24,13 @@
|
||||
<div class="input-group">
|
||||
<label for="create_bot_name">{{t "Full name" }}</label>
|
||||
<input type="text" name="bot_name" id="create_bot_name" class="required"
|
||||
maxlength=100 placeholder="{{t 'Full bot name' }}" value="" />
|
||||
maxlength=100 placeholder="{{t 'Cookie Bot' }}" value="" />
|
||||
<div><label for="create_bot_name" generated="true" class="text-error"></label></div>
|
||||
</div>
|
||||
<div class="input-group">
|
||||
<label for="bot_short_name">{{t "Username" }}</label>
|
||||
<input type="text" name="bot_short_name" id="create_bot_short_name" class="required bot_local_part"
|
||||
placeholder="bot_user_name" value="" />
|
||||
placeholder="cookie" value="" />
|
||||
-bot@{{ page_params.realm_bot_domain }}
|
||||
<div>
|
||||
<label for="create_bot_short_name" generated="true" class="text-error"></label>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user