mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-04 06:33:45 +00:00
frigate+ pane i18n fix
This commit is contained in:
parent
976863518b
commit
4c4e7ac398
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user