remove "GPU" from translations

This commit is contained in:
henrygd
2025-03-15 01:03:11 -04:00
parent 61441b115b
commit fb2adf08dc

View File

@@ -210,7 +210,7 @@ export default function SystemsTable() {
{ {
accessorFn: (originalRow) => originalRow.info.g, accessorFn: (originalRow) => originalRow.info.g,
id: "gpu", id: "gpu",
name: () => t`GPU`, name: "GPU",
invertSorting: true, invertSorting: true,
sortUndefined: -1, sortUndefined: -1,
cell: CellFormatter, cell: CellFormatter,