mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 06:23:42 +00:00
fix: fix classification modelSize i18n error
This commit is contained in:
parent
f16f6f95b8
commit
cf8ee499f9
@ -326,7 +326,9 @@ export default function ClassificationSettingsView({
|
||||
}
|
||||
>
|
||||
<SelectTrigger className="w-20">
|
||||
{classificationSettings.search.model_size}
|
||||
{t(
|
||||
`classification.semanticSearch.modelSize.${classificationSettings.search.model_size}.title`,
|
||||
)}
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
<SelectGroup>
|
||||
@ -456,7 +458,9 @@ export default function ClassificationSettingsView({
|
||||
}
|
||||
>
|
||||
<SelectTrigger className="w-20">
|
||||
{classificationSettings.face.model_size}
|
||||
{t(
|
||||
`classification.faceRecognition.modelSize.${classificationSettings.face.model_size}.title`,
|
||||
)}
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
<SelectGroup>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user