mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-30 07:39:01 +03:00
Implement smart capitalization based on locale (#17860)
This commit is contained in:
@@ -191,7 +191,7 @@ export function CombinedStorageGraph({
|
||||
<TableBody>
|
||||
{series.map((item) => (
|
||||
<TableRow key={item.name}>
|
||||
<TableCell className="flex flex-row items-center gap-2 font-medium capitalize">
|
||||
<TableCell className="flex flex-row items-center gap-2 font-medium smart-capitalize">
|
||||
{" "}
|
||||
<div
|
||||
className="size-3 rounded-md"
|
||||
|
||||
Reference in New Issue
Block a user