diff --git a/src/pages/distroSettings/tabs/ProviderTab/schemaFields.ts b/src/pages/distroSettings/tabs/ProviderTab/schemaFields.ts index e500162298..bb3217e8dc 100644 --- a/src/pages/distroSettings/tabs/ProviderTab/schemaFields.ts +++ b/src/pages/distroSettings/tabs/ProviderTab/schemaFields.ts @@ -324,11 +324,11 @@ const mountPoints = { }, throughput: { type: "number" as "number", - title: "Throughput", + title: "Throughput (MiB/s)", }, size: { type: "number" as "number", - title: "Size", + title: "Size (GB)", }, }, },