Skip to content

Commit

Permalink
corrected wrong input label
Browse files Browse the repository at this point in the history
  • Loading branch information
ngnlTeto committed Feb 4, 2024
1 parent 30708da commit c0f638a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Settings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<NumberInput
width="120"
label="Anime count"
description="Min: 10 / Max: 240"
description="Min: 5 / Max: 240"
bind:value={settings.selectedAnimeCount}
min={5}
max={240}
Expand Down

0 comments on commit c0f638a

Please sign in to comment.