diff --git a/inc/html.php b/inc/html.php
index 29b6c98..841cfb4 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -913,10 +913,10 @@ function manageModerationLog($offset) {
$txt_moderation_log = __('Moderation log');
$nav = '';
if ($offset > 0) {
- $nav .= 'Previous 50 ';
+ $nav .= 'Previous ' . $limit . ' ';
}
if (count($logs) == $limit) {
- $nav .= 'Next 50 ';
+ $nav .= 'Next ' . $limit . ' ';
}
$nav_top = '';
$nav_bottom = '';