diff --git a/src/pages/Admin/Charity/Dashboard/Schedule/Schedule.tsx b/src/pages/Admin/Charity/Dashboard/Schedule/Schedule.tsx index 236471d253..bff0385fc2 100644 --- a/src/pages/Admin/Charity/Dashboard/Schedule/Schedule.tsx +++ b/src/pages/Admin/Charity/Dashboard/Schedule/Schedule.tsx @@ -39,10 +39,23 @@ export function Schedule(props: Props) { return (
-
+

Allocation Settings

+ + } + > + + We process donations monthly, with a minimum balance requirement of + ${MIN_PROCESSING_AMOUNT} per bucket. If your balance in any bucket + is below ${MIN_PROCESSING_AMOUNT}, it will be carried over to the + next month until it exceeds $50 + + + {presetOpt ? ( -
+
{presetOpt.icon} {presetOpt.label}
@@ -99,24 +112,11 @@ export function Schedule(props: Props) { pct={endow?.allocation?.lock ?? 50} />
-

- Will take effect on: {props.periodNext}{" "} - +

+ Will take effect on: {props.periodNext} + in {props.periodRemaining} - - } - > - - We process donations monthly, with a minimum balance requirement of - ${MIN_PROCESSING_AMOUNT} per bucket. If your balance in any bucket - is below ${MIN_PROCESSING_AMOUNT}, it will be carried over to the - next month until it exceeds $50 - - -

);