mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-08 06:25:27 +03:00
Update web/src/components/overlay/ExportDialog.tsx
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
parent
68594d0d7c
commit
9e6272d065
@ -167,7 +167,9 @@ export default function ExportDialog({
|
|||||||
>
|
>
|
||||||
<FaArrowDown className="rounded-md bg-secondary-foreground fill-secondary p-1" />
|
<FaArrowDown className="rounded-md bg-secondary-foreground fill-secondary p-1" />
|
||||||
{isDesktop && (
|
{isDesktop && (
|
||||||
<div className="text-primary">{t("menu.export")}</div>
|
<div className="text-primary">
|
||||||
|
{t("menu.export", { ns: "common" })}
|
||||||
|
</div>
|
||||||
)}
|
)}
|
||||||
</Button>
|
</Button>
|
||||||
</Trigger>
|
</Trigger>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user