help placeholder translatable (#2402)
This commit is contained in:
parent
d412c4718e
commit
c58bd377de
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
</a>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<div class="input-group" style="border-bottom: 1px solid #d1d8dd;">
|
||||
<input id="input-help" type="text" placeholder="What do you need help with?" autofocus>
|
||||
<input id="input-help" type="text" placeholder="{{ __("What do you need help with?") }}" autofocus>
|
||||
<span class="input-group-btn"><button class="btn btn-default">{{ __("Go") }}</button></span>
|
||||
</div>
|
||||
<li id="help-links"></li>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue