Change wording

This commit is contained in:
Nicolas Mowen 2025-03-28 16:46:26 -06:00
parent 1fb5633f00
commit 16c8ecb671
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@
}, },
"enrichments": { "enrichments": {
"title": "Enrichments", "title": "Enrichments",
"recsPerSecond": "Recognitions Per Second", "infPerSecond": "Inferences Per Second",
"embeddings": { "embeddings": {
"image_embedding_speed": "Image Embedding Speed", "image_embedding_speed": "Image Embedding Speed",
"face_embedding_speed": "Face Embedding Speed", "face_embedding_speed": "Face Embedding Speed",

View File

@ -118,7 +118,7 @@ export default function EnrichmentMetrics({
key={series.name} key={series.name}
graphId={`${series.name}-fps`} graphId={`${series.name}-fps`}
unit="" unit=""
name={t("enrichments.recsPerSecond")} name={t("enrichments.infPerSecond")}
updateTimes={updateTimes} updateTimes={updateTimes}
data={[series]} data={[series]}
/> />