mirror of
https://github.com/ankitects/anki.git
synced 2026-01-09 03:53:55 -05:00
Fix: Typo
This commit is contained in:
parent
13caf85f26
commit
2d790920d3
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
bind:group={range}
|
bind:group={range}
|
||||||
value={PercentageRangeEnum.Percentile95}
|
value={PercentageRangeEnum.Percentile50}
|
||||||
/>
|
/>
|
||||||
50%
|
50%
|
||||||
</label>
|
</label>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue