mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-18 11:16:16 +01:00
update translations
This commit is contained in:
@@ -16,8 +16,8 @@ export default function ChartTimeSelect({ className }: { className?: string }) {
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
{Object.entries(chartTimeData).map(([value, { label }]) => (
|
||||
<SelectItem key={label} value={value}>
|
||||
{label}
|
||||
<SelectItem key={value} value={value}>
|
||||
{label()}
|
||||
</SelectItem>
|
||||
))}
|
||||
</SelectContent>
|
||||
|
||||
Reference in New Issue
Block a user