mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 17:59:28 +08:00
remove "GPU" from translations
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user