diff --git a/pool/page_payout.php b/pool/page_payout.php
index 5949edf3..2363c1a3 100644
--- a/pool/page_payout.php
+++ b/pool/page_payout.php
@@ -10,7 +10,7 @@ function dopayout($data, $user)
$pg .= ' when a block is found,
';
$pg .= 'but includes the full shift at the start and end of the range,
';
$pg .= 'so it usually will be a bit more than 5N.
';
- $pg .= 'Shifts are ~30s long, however, when any network block is found
';
+ $pg .= 'Shifts are ~50min long, however, when we find any pool blocks
';
$pg .= 'the current shift ends at the point the block was found.
';
$pg .= 'A ckpool restart will also start a new shift.
';
$pg .= 'Transaction fees are included in the miner payout.
';