diff --git a/frontend/index.html b/frontend/index.html index e778dd9..51f66ab 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1157,7 +1157,7 @@ :class="{'active': activePanel === 'files'}" @click="activePanel = 'files'" :title="t('sidebar.files')" - aria-label="Files panel" + :aria-label="t('sidebar.files')" > @@ -1170,7 +1170,7 @@ :class="{'active': activePanel === 'search'}" @click="activePanel = 'search'" :title="t('sidebar.search')" - aria-label="Search panel" + :aria-label="t('sidebar.search')" > @@ -1191,7 +1191,7 @@ :class="{'active': activePanel === 'tags'}" @click="activePanel = 'tags'" :title="t('tags.title')" - aria-label="Tags panel" + :aria-label="t('tags.title')" > @@ -1212,7 +1212,7 @@ :class="{'active': activePanel === 'outline'}" @click="activePanel = 'outline'" :title="t('outline.title')" - aria-label="Outline panel" + :aria-label="t('outline.title')" > @@ -1235,7 +1235,7 @@ :class="{'active': showGraph}" @click="showGraph = true; initGraph()" :title="t('graph.title')" - aria-label="Graph view" + :aria-label="t('graph.title')" > @@ -1248,7 +1248,7 @@ :class="{'active': activePanel === 'settings'}" @click="activePanel = 'settings'" :title="t('sidebar.settings')" - aria-label="Settings panel" + :aria-label="t('sidebar.settings')" > @@ -2656,23 +2656,23 @@ class="mobile-bottom-tab" :class="{'active': activePanel === 'files'}" @click="activePanel = 'files'; mobileSidebarOpen = true;" - aria-label="Files" + :aria-label="t('sidebar.files')" > - Files +