Update tinyfilemanager.php (#1086)

changing String "Filter" to "Search"
This commit is contained in:
Tony Ganesh Prajapati 2023-08-28 12:29:45 +05:30 committed by GitHub
parent 47359d3f4e
commit 43063e4746
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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