Webhost: Update random option wording on webhost (#4555)

* Update random option wording on webhost

* Update WebHostLib/templates/playerOptions/macros.html

Co-authored-by: Jouramie <16137441+Jouramie@users.noreply.github.com>
This commit is contained in:
Scipio Wright
2025-03-15 07:09:04 -04:00
committed by GitHub
parent 0d1935e757
commit 7e32feeea3

View File

@@ -213,7 +213,7 @@
{% endmacro %} {% endmacro %}
{% macro RandomizeButton(option_name, option) %} {% macro RandomizeButton(option_name, option) %}
<div class="randomize-button" data-tooltip="Toggle randomization for this option!"> <div class="randomize-button" data-tooltip="Pick a random value for this option.">
<label for="random-{{ option_name }}"> <label for="random-{{ option_name }}">
<input type="checkbox" id="random-{{ option_name }}" name="random-{{ option_name }}" class="randomize-checkbox" data-option-name="{{ option_name }}" {{ "checked" if option.default == "random" }} /> <input type="checkbox" id="random-{{ option_name }}" name="random-{{ option_name }}" class="randomize-checkbox" data-option-name="{{ option_name }}" {{ "checked" if option.default == "random" }} />
🎲 🎲