From 1a670fa6db7b6488f7f4c1581ac2af1dd60090af Mon Sep 17 00:00:00 2001 From: Mohamed Khelif Date: Tue, 19 Mar 2024 15:29:36 -0400 Subject: [PATCH] Update title with unit for throughput and size fields in schemaFields.ts --- src/pages/distroSettings/tabs/ProviderTab/schemaFields.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)", }, }, },