bot settings: Change placeholder from bot_user_name to cookie.

This commit is contained in:
Rishi Gupta 2017-03-08 16:01:06 -08:00 committed by Tim Abbott
parent 3797fa657e
commit 5cfd1e1266

View File

@ -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>