From fb2adf08dcc461737d38eea54f1c1239987f3ffb Mon Sep 17 00:00:00 2001 From: henrygd Date: Sat, 15 Mar 2025 01:03:11 -0400 Subject: [PATCH] remove "GPU" from translations --- beszel/site/src/components/systems-table/systems-table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beszel/site/src/components/systems-table/systems-table.tsx b/beszel/site/src/components/systems-table/systems-table.tsx index c41d695..759f3c3 100644 --- a/beszel/site/src/components/systems-table/systems-table.tsx +++ b/beszel/site/src/components/systems-table/systems-table.tsx @@ -210,7 +210,7 @@ export default function SystemsTable() { { accessorFn: (originalRow) => originalRow.info.g, id: "gpu", - name: () => t`GPU`, + name: "GPU", invertSorting: true, sortUndefined: -1, cell: CellFormatter,