mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-10-30 02:32:04 +08:00
Implement smart capitalization based on locale (#17860)
This commit is contained in:
@@ -197,7 +197,7 @@ export default function ObjectSettingsView({
|
||||
<div className="mb-2 flex flex-col">
|
||||
<div className="flex items-center gap-2">
|
||||
<Label
|
||||
className="mb-0 cursor-pointer capitalize text-primary"
|
||||
className="mb-0 cursor-pointer text-primary smart-capitalize"
|
||||
htmlFor={param}
|
||||
>
|
||||
{title}
|
||||
@@ -239,7 +239,7 @@ export default function ObjectSettingsView({
|
||||
<div className="mb-2 flex flex-col">
|
||||
<div className="flex items-center gap-2">
|
||||
<Label
|
||||
className="mb-0 cursor-pointer capitalize text-primary"
|
||||
className="mb-0 cursor-pointer text-primary smart-capitalize"
|
||||
htmlFor="debugdraw"
|
||||
>
|
||||
{t("debug.objectShapeFilterDrawing.title")}
|
||||
|
||||
Reference in New Issue
Block a user