There was an error while loading. Please reload this page.
1 parent adf6ed5 commit 8223ff0Copy full SHA for 8223ff0
1 file changed
Clog/index.html
@@ -131,8 +131,8 @@
131
<select class="sort-select" id="sort-select" aria-label="Sort logs option">
132
<option value="NameA">By Name A-Z</option>
133
<option value="NameD">By Name Z-A</option>
134
- <option value="DateA">By Old First</option>
135
- <option value="DateD">By New First</option>
+ <option value="DateA">By Newest First</option>
+ <option value="DateD">By Oldest First</option>
136
</select>
137
<svg class="clearSort icon" onclick="clearSort()" tabindex="0" role="button" aria-label="Clear sort options" onkeydown="if(event.key === 'Enter' || event.key === ' ') { clearSort(); event.preventDefault(); }">
138
<use href="/src/global.svg#icon-close"></use>
0 commit comments