From 1ea812df4b31e7b76ac569a30abac2649138827c Mon Sep 17 00:00:00 2001 From: Onno Visser <23527729+onnovisser@users.noreply.github.com> Date: Tue, 10 Oct 2023 09:58:26 +0200 Subject: [PATCH] copy change --- .../src/pages/IssuerPool/Configuration/EpochAndTranches.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ? (