Skip to content

Commit

Permalink
search box not multilingual
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Mar 24, 2019
1 parent fe25634 commit 9b7ae7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/partials/admin/menu.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!-- search form -->
<form action="#" method="get" id="form-search" class="sidebar-form">
<div id="live-search" class="input-group">
<input type="text" name="live-search" value="<?php //echo $search; ?>" id="input-search" class="form-control" placeholder="Search...">
<input type="text" name="live-search" value="<?php //echo $search; ?>" id="input-search" class="form-control" placeholder="{{ trans('general.search_placeholder') }}">
<span class="input-group-btn">
<button type="submit" name="live-search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i></button>
</span>
Expand Down

0 comments on commit 9b7ae7d

Please sign in to comment.