mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-06 05:27:44 +03:00
chore: fix SearchFilterDialog i18n key error
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
parent
a8a4938c97
commit
a857d24740
@ -555,7 +555,7 @@ export function SpeedFilterContent({
|
|||||||
<div className="overflow-x-hidden">
|
<div className="overflow-x-hidden">
|
||||||
<DropdownMenuSeparator className="mb-3" />
|
<DropdownMenuSeparator className="mb-3" />
|
||||||
<div className="mb-3 text-lg">
|
<div className="mb-3 text-lg">
|
||||||
{t("filter.estimatedSpeed", {
|
{t("estimatedSpeed", {
|
||||||
unit:
|
unit:
|
||||||
config?.ui.unit_system == "metric"
|
config?.ui.unit_system == "metric"
|
||||||
? t("unit.speed.kph")
|
? t("unit.speed.kph")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user