diff --git a/src/components/Settings/QuotasCard.jsx b/src/components/Settings/QuotasCard.jsx index 294f47628..2f6ab14db 100644 --- a/src/components/Settings/QuotasCard.jsx +++ b/src/components/Settings/QuotasCard.jsx @@ -244,7 +244,7 @@ function QuotasCard() { } - label="Disk space" + label="Disk Space" description="Blocks writes once overall disk usage exceeds this share of total disk space." htmlFor="disk-quota" enabled={draft.diskEnabled} @@ -254,7 +254,7 @@ function QuotasCard() { > patch({ disk: value })} disabled={!diskActive}