mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 04:27:42 +03:00
frigate+ pane i18n fix
This commit is contained in:
parent
976863518b
commit
4c4e7ac398
@ -1167,9 +1167,9 @@ export function ObjectSnapshotTab({
|
|||||||
ns="components/dialog"
|
ns="components/dialog"
|
||||||
values={{
|
values={{
|
||||||
untranslatedLabel: search?.label,
|
untranslatedLabel: search?.label,
|
||||||
translatedLabel: t(
|
translatedLabel: t(search?.label, {
|
||||||
"filter.label." + search?.label,
|
ns: "objects",
|
||||||
),
|
}),
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
explore.plus.review.question.ask_full
|
explore.plus.review.question.ask_full
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user