Mobile camera drawer i18n fixes

This commit is contained in:
Josh Hawkins 2025-06-19 15:51:11 -05:00
parent 01c21095e7
commit 1c75d5488c

View File

@ -1596,7 +1596,7 @@ function FrigateCameraFeatures({
</div> </div>
</PopoverTrigger> </PopoverTrigger>
<PopoverContent className="w-80 text-xs"> <PopoverContent className="w-80 text-xs">
{t("streaming.restreaming.desc", { {t("streaming.restreaming.desc.title", {
ns: "components/dialog", ns: "components/dialog",
})} })}
<div className="mt-2 flex items-center text-primary"> <div className="mt-2 flex items-center text-primary">
@ -1606,7 +1606,7 @@ function FrigateCameraFeatures({
rel="noopener noreferrer" rel="noopener noreferrer"
className="inline" className="inline"
> >
{t("streaming.restreaming.readTheDocumentation", { {t("streaming.restreaming.desc.readTheDocumentation", {
ns: "components/dialog", ns: "components/dialog",
})} })}
<LuExternalLink className="ml-2 inline-flex size-3" /> <LuExternalLink className="ml-2 inline-flex size-3" />