From: Georgios Kontaxis Date: Sat, 8 Nov 2025 20:59:15 +0000 (+0000) Subject: Fix the localization of the search popup title X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=refs%2Fheads%2Flocalize_search_popup_title;p=DailyTxT.git Fix the localization of the search popup title --- diff --git a/frontend/src/lib/Sidenav.svelte b/frontend/src/lib/Sidenav.svelte index 816c2c0..9ab914c 100644 --- a/frontend/src/lib/Sidenav.svelte +++ b/frontend/src/lib/Sidenav.svelte @@ -279,7 +279,7 @@ class="btnSearchPopover btn btn-outline-secondary glass" type="button" data-bs-toggle="popover" - data-bs-title="Suche" + data-bs-title={$t('search.search')} data-bs-content={$t('search.description')} tabindex="0" aria-label={$t('search.description')}>