Update web/src/views/recording/RecordingView.tsx

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

View File

@ -415,7 +415,11 @@ export function RecordingView({
}}
>
<FaVideo className="size-5 text-secondary-foreground" />
{isDesktop && <div className="text-primary">{t("menu.live")}</div>}
{isDesktop && (
<div className="text-primary">
{t("menu.live", { ns: "common" })}
</div>
)}
</Button>
</div>
<div className="flex items-center justify-end gap-2">