1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-12 19:13:57 +02:00

Change 'Pattern' label to 'Search'

This commit is contained in:
maggie0002
2021-06-15 23:31:09 -07:00
parent b9b6e0587e
commit ff43fcec2a

View File

@@ -2,7 +2,7 @@
<div class="modal-body">
<fieldset>
<div class="form-group">
<label for="searchPattern">{{i18n.search_pattern}}:</label>
<label for="searchPattern">{{i18n.search}}</label>
<input type="search" class="form-control" id="searchPattern" name="pattern" autocomplete="off" value="{{lastSearch}}">
</div>
<table id="searchResults" class="table">