mirror of
https://github.com/henrygd/beszel.git
synced 2026-05-14 14:21:50 +02:00
update translations
This commit is contained in:
@@ -146,7 +146,9 @@ export const createColumns = (
|
||||
{
|
||||
accessorKey: "model",
|
||||
sortingFn: (a, b) => a.original.model.localeCompare(b.original.model),
|
||||
header: ({ column }) => <HeaderButton column={column} name={t`Model`} Icon={Box} />,
|
||||
header: ({ column }) => (
|
||||
<HeaderButton column={column} name={t({ message: "Model", comment: "Device model" })} Icon={Box} />
|
||||
),
|
||||
cell: ({ getValue }) => (
|
||||
<div
|
||||
className="max-w-48 truncate ms-1"
|
||||
|
||||
Reference in New Issue
Block a user