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": {
"title": "Enrichments",
"recsPerSecond": "Recognitions Per Second",
"infPerSecond": "Inferences Per Second",
"embeddings": {
"image_embedding_speed": "Image Embedding Speed",
"face_embedding_speed": "Face Embedding Speed",

View File

@ -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]}
/>