mirror of https://github.com/zulip/zulip.git
capitalization: Fix Full Bot Name.
This commit is contained in:
parent
7d398f4ce3
commit
569418f0b4
|
@ -24,7 +24,7 @@
|
|||
<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 'Full bot name' }}" value="" />
|
||||
<div><label for="create_bot_name" generated="true" class="text-error"></label></div>
|
||||
</div>
|
||||
<div class="input-group">
|
||||
|
|
Loading…
Reference in New Issue