Update View Toggle comment to match user expectation

- Changed comment from 'always shown at top' to simple 'View Toggle'
- This matches what user sees in browser (the correct one with checkmark)
This commit is contained in:
master3395
2026-01-22 19:58:31 +01:00
parent 58f218093f
commit d38cf84db4

View File

@@ -816,7 +816,7 @@
<div class="content-section">
<h2 class="section-title">{% trans "Plugins" %}</h2>
<!-- View Toggle (always shown at top) -->
<!-- View Toggle -->
<div id="plugins-view-toggle" class="view-toggle" style="{% if not plugins %}margin-top: 0;{% endif %}">
<button class="view-btn {% if plugins %}active{% else %}{% endif %}" onclick="toggleView('grid')">
<i class="fas fa-th-large"></i>