Change text field hints for adding new bots.

(imported from commit 184888130b2c72f72266d32ced83ed1f23479c12)
This commit is contained in:
Steve Howell
2013-06-28 10:35:55 -04:00
parent 56ac727840
commit b04bd4a1ad

View File

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