remove optional from addons title

This commit is contained in:
Tobias Brunner 2025-07-11 16:21:20 +02:00
parent 327fb9a3aa
commit 2178427cf3
No known key found for this signature in database

View file

@ -281,7 +281,7 @@
<!-- Addons Section - Hidden by default, shown by JS if addons exist -->
<div class="mb-4" id="addonsSection" style="display: none;">
<label class="form-label">Add-ons (Optional)</label>
<label class="form-label">Add-ons</label>
<div id="addonsContainer">
<!-- Add-ons will be dynamically populated here -->
</div>