om4r932 commited on
Commit
5339d6b
·
verified ·
1 Parent(s): 8d29f00

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -3
templates/index.html CHANGED
@@ -58,7 +58,7 @@
58
  </div>
59
  <div class="filter-tab-container">
60
  <button type="button" id="toggleFilters" class="filter-toggle-btn">
61
- <span>Filtres avancés</span>
62
  <svg width="16" height="16" style="vertical-align:middle" fill="currentColor">
63
  <path d="M4 7l4 4 4-4"></path>
64
  </svg>
@@ -78,7 +78,7 @@
78
  </select>
79
 
80
  <select name="working_group" class="filter-select">
81
- <option value="">Group</option>
82
  <option value="CP">CP</option>
83
  <option value="C1">C1</option>
84
  <option value="C2">C2</option>
@@ -97,7 +97,7 @@
97
 
98
  <label class="filter-checkbox-label">
99
  <input type="checkbox" name="case_sensitive" class="filter-checkbox" />
100
- Sensible à la casse
101
  </label>
102
  </form>
103
  </div>
 
58
  </div>
59
  <div class="filter-tab-container">
60
  <button type="button" id="toggleFilters" class="filter-toggle-btn">
61
+ <span>Filters</span>
62
  <svg width="16" height="16" style="vertical-align:middle" fill="currentColor">
63
  <path d="M4 7l4 4 4-4"></path>
64
  </svg>
 
78
  </select>
79
 
80
  <select name="working_group" class="filter-select">
81
+ <option value="">Working Group</option>
82
  <option value="CP">CP</option>
83
  <option value="C1">C1</option>
84
  <option value="C2">C2</option>
 
97
 
98
  <label class="filter-checkbox-label">
99
  <input type="checkbox" name="case_sensitive" class="filter-checkbox" />
100
+ Case sensitive
101
  </label>
102
  </form>
103
  </div>