Skip to content

Commit

Permalink
Update scrubber setting name text.
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanvugt committed Aug 27, 2023
1 parent 7ebaaa7 commit f1b400f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(iframed)/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<div class="mb-4">
<label class="inline-flex items-center">
<input type="checkbox" bind:checked={$showScrubber} />
<span class="font-bold mx-2">Turn Scrubber</span>
<span class="font-bold mx-2">Scrub Bar</span>
</label>
<p class="text-sm">Show a scrubbable progress bar under the game board.</p>
</div>
Expand Down

0 comments on commit f1b400f

Please sign in to comment.