Fix typo (readble -> readable) (#5657)
Andy Hall committed
Dec 31, 2023 at 16:07 UTC
10b68408ca1816fc11a5c43188eeb4836ff68022
1 file changed
+1
-1
views/default.handlebars
+1
-1
@@ -876,7 +876,7 @@
876
<td class="areaHead3">
877
<div class="toright2">
878
<select id=p13sizedropdown onchange=p13updateFiles()>
879
- <option value=0 selected="selected">Human Readble</option>
879
+ <option value=0 selected="selected">Human Readable</option>
880
<option value=1 title=Bytes>Bytes</option>
881
<option value=10 title=KB>Kilobytes</option>
882
<option value=20 title=MB>Megabytes</option>