mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-05-06 15:25:20 +02:00
Update tinyfilemanager.php (#1086)
changing String "Filter" to "Search"
This commit is contained in:
parent
47359d3f4e
commit
43063e4746
@ -3568,7 +3568,7 @@ function fm_show_nav_path($path)
|
||||
<ul class="navbar-nav justify-content-end <?php echo fm_get_theme(); ?>">
|
||||
<li class="nav-item mr-2">
|
||||
<div class="input-group input-group-sm mr-1" style="margin-top:4px;">
|
||||
<input type="text" class="form-control" placeholder="<?php echo lng('Filter') ?>" aria-label="<?php echo lng('Search') ?>" aria-describedby="search-addon2" id="search-addon">
|
||||
<input type="text" class="form-control" placeholder="<?php echo lng('Search') ?>" aria-label="<?php echo lng('Search') ?>" aria-describedby="search-addon2" id="search-addon">
|
||||
<div class="input-group-append">
|
||||
<span class="input-group-text brl-0 brr-0" id="search-addon2"><i class="fa fa-search"></i></span>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user