fix: update i18n text in pages and layout

This commit is contained in:
2026-09-13 05:36:38 +05:00
parent 1097186487
commit e06970997e
4 changed files with 20 additions and 21 deletions
+2 -3
View File
@@ -4,6 +4,7 @@
import CatalogHeader from "$lib/components/CatalogHeader.svelte";
import CatalogToolbar from "$lib/components/CatalogToolbar.svelte";
import ToolCard from "$lib/components/ToolCard.svelte";
import { t } from "$lib/i18n/t";
import { TOOL_ICONS } from "$lib/tool-icons";
let query = $state("");
@@ -44,9 +45,7 @@
</CatalogGroup>
{/each}
</div>
<footer class="catalog-footer">
ALL OPERATIONS RUN LOCALLY <span></span> YOUR FILES NEVER LEAVE THIS DEVICE
</footer>
<footer class="catalog-footer">{t("header.footerNote")}</footer>
</div>
<style>