Skip to content

Commit

Permalink
Rename weighted pool to 'raffle' in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mintopia committed Dec 30, 2024
1 parent c710732 commit 2877a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/parties/_form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class="
<label class="form-check form-switch">
<input type="checkbox" class="form-check-input" name="weighted" value="1"
@if(old('weighted', $party->weighted)) checked @endif>
Treat the queue as a weighted pool of songs
Treat the queue as a raffle
</label>

<label class="form-check form-switch">
Expand Down

0 comments on commit 2877a64

Please sign in to comment.