Update web/src/components/overlay/ExportDialog.tsx

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
GuoQing Liu 2025-03-13 10:18:10 +08:00 committed by GitHub
parent 68594d0d7c
commit 9e6272d065
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,7 +167,9 @@ export default function ExportDialog({
>
<FaArrowDown className="rounded-md bg-secondary-foreground fill-secondary p-1" />
{isDesktop && (
<div className="text-primary">{t("menu.export")}</div>
<div className="text-primary">
{t("menu.export", { ns: "common" })}
</div>
)}
</Button>
</Trigger>