diff --git a/centrifuge-app/src/pages/IssuerPool/Configuration/EpochAndTranches.tsx b/centrifuge-app/src/pages/IssuerPool/Configuration/EpochAndTranches.tsx index bc6806f457..1ecfa17f0d 100644 --- a/centrifuge-app/src/pages/IssuerPool/Configuration/EpochAndTranches.tsx +++ b/centrifuge-app/src/pages/IssuerPool/Configuration/EpochAndTranches.tsx @@ -218,9 +218,9 @@ export function EpochAndTranches() { {changes && changes.status !== 'ready' && Pending changes} } - subtitle={`Changes take ${ + subtitle={`Changes require ${ delay < 0.5 ? `${Math.ceil(delay / 24)} hour(s)` : `${Math.round(delay)} day(s)` - } to take effect`} + } and no oustanding redeem orders before they can be enabled`} headerRight={ isEditing ? (