1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-12 11:04:01 +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"> <div class="modal-body">
<fieldset> <fieldset>
<div class="form-group"> <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}}"> <input type="search" class="form-control" id="searchPattern" name="pattern" autocomplete="off" value="{{lastSearch}}">
</div> </div>
<table id="searchResults" class="table"> <table id="searchResults" class="table">