Update web/src/views/settings/ObjectSettingsView.tsx

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
GuoQing Liu 2025-03-16 19:52:33 +08:00 committed by GitHub
parent 6bb517bd52
commit 1b50ddef34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ export default function ObjectSettingsView({
<strong>{t("debug.boundingBoxes.colors")}</strong>
</p>
<ul className="list-disc space-y-1 pl-5">
{t("debug.boundingBoxes.colors.info")}
<Trans ns="views/settings">debug.boundingBoxes.colors.info</Trans>
</ul>
</>
),