mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-04 06:33:45 +00:00
i18n fix
This commit is contained in:
parent
57e2c0c4e0
commit
68a3a60927
@ -33,5 +33,6 @@
|
||||
},
|
||||
"selected_one": "{{count}} selected",
|
||||
"selected_other": "{{count}} selected",
|
||||
"camera": "Camera"
|
||||
"camera": "Camera",
|
||||
"detected": "detected"
|
||||
}
|
||||
|
||||
@ -229,7 +229,7 @@ export function AnimatedEventCard({
|
||||
.map((text) => text.charAt(0).toUpperCase() + text.substring(1))
|
||||
.sort()
|
||||
.join(", ")
|
||||
.replaceAll("-verified", "")} detected`}
|
||||
.replaceAll("-verified", "")} ` + t("detected")}
|
||||
</TooltipContent>
|
||||
</Tooltip>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user