fix: fix system enrichments view classification i18n

This commit is contained in:
ZhaiSoul
2025-12-20 09:05:52 +00:00
parent 60052e5f9f
commit f7ff774616
2 changed files with 22 additions and 4 deletions
+4 -1
View File
@@ -192,7 +192,10 @@
"review_description_events_per_second": "Review Description",
"object_description": "Object Description",
"object_description_speed": "Object Description Speed",
"object_description_events_per_second": "Object Description"
"object_description_events_per_second": "Object Description",
"classification": "{{name}} Classification",
"classification_speed": "{{name}} Classification Speed",
"classification_events_per_second": "{{name}} Classification Events Per Second"
}
}
}