frigate+ pane i18n fix

This commit is contained in:
Josh Hawkins 2025-05-05 12:12:07 -05:00
parent 976863518b
commit 4c4e7ac398

View File

@ -1167,9 +1167,9 @@ export function ObjectSnapshotTab({
ns="components/dialog"
values={{
untranslatedLabel: search?.label,
translatedLabel: t(
"filter.label." + search?.label,
),
translatedLabel: t(search?.label, {
ns: "objects",
}),
}}
>
explore.plus.review.question.ask_full