mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
Change wording
This commit is contained in:
parent
1fb5633f00
commit
16c8ecb671
@ -146,7 +146,7 @@
|
||||
},
|
||||
"enrichments": {
|
||||
"title": "Enrichments",
|
||||
"recsPerSecond": "Recognitions Per Second",
|
||||
"infPerSecond": "Inferences Per Second",
|
||||
"embeddings": {
|
||||
"image_embedding_speed": "Image Embedding Speed",
|
||||
"face_embedding_speed": "Face Embedding Speed",
|
||||
|
||||
@ -118,7 +118,7 @@ export default function EnrichmentMetrics({
|
||||
key={series.name}
|
||||
graphId={`${series.name}-fps`}
|
||||
unit=""
|
||||
name={t("enrichments.recsPerSecond")}
|
||||
name={t("enrichments.infPerSecond")}
|
||||
updateTimes={updateTimes}
|
||||
data={[series]}
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user