Skip to content

Commit

Permalink
copy change
Browse files Browse the repository at this point in the history
  • Loading branch information
onnovisser committed Oct 10, 2023
1 parent ccca53d commit 1ea812d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ export function EpochAndTranches() {
{changes && changes.status !== 'ready' && <StatusChip status="info">Pending changes</StatusChip>}
</Shelf>
}
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 ? (
<ButtonGroup variant="small">
Expand Down

0 comments on commit 1ea812d

Please sign in to comment.