fix: update admin page button label clarity

Update 'Manage Folders' button text to 'Manage Libraries and Folders'
to better reflect the full functionality of managing both libraries
and scan directories in one place.
This commit is contained in:
2026-03-28 23:54:26 -04:00
parent 542940c2ff
commit 2b2791d44e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ templ Admin(user User) {
<div style="color: var(--text-secondary)" class="text-sm">Re-scan existing files and fix metadata</div>
</button>
<a href="/admin/library" class="btn-secondary p-4 rounded-lg text-left block">
<div class="font-medium">Manage Folders</div>
<div style="color: var(--text-secondary)" class="text-sm">Add or remove scan directories</div>
<div class="font-medium">Manage Libraries and Folders</div>
<div style="color: var(--text-secondary)" class="text-sm">Add or remove libraries and scan directories</div>
</a>
</div>
</div>