Rename more options button to settings.

This commit is contained in:
Storm Dragon
2026-05-22 00:41:25 -04:00
parent a0a1b7967b
commit 47d13083f9
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@
# shellcheck shell=bash disable=SC2034,SC2154 # shellcheck shell=bash disable=SC2034,SC2154
pkgname=skald-git pkgname=skald-git
pkgver=0.0.0.r0.g0000000 pkgver=0.0.0.r1526.ga0a1b79
pkgrel=1 pkgrel=1
pkgdesc='Audio-only hall-based conferencing server' pkgdesc='Audio-only hall-based conferencing server'
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')
+1 -1
View File
@@ -54,7 +54,7 @@
</li> </li>
<li> <li>
<button class="nav-button nav-link nav-more" id="openside" aria-label="More options" aria-haspopup="true" aria-expanded="false" aria-controls="sidebarnav"> <button class="nav-button nav-link nav-more" id="openside" aria-label="Settings" aria-haspopup="true" aria-expanded="false" aria-controls="sidebarnav">
<span><i class="fas fa-ellipsis-v" aria-hidden="true"></i></span> <span><i class="fas fa-ellipsis-v" aria-hidden="true"></i></span>
</button> </button>
</li> </li>