Skip to content

Commit

Permalink
Update admin_user_search.php
Browse files Browse the repository at this point in the history
  • Loading branch information
belomaxorka committed Oct 29, 2023
1 parent aee4288 commit c0769be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/admin_user_search.php
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@

if ($page > 1)
{
$pagination .= '<a href="'.$base_url.'&sort='.$sort.'&order='.$order.'&page='.($page - 1).'">'. $lang['PREVIOUS'] .'</a>';
$pagination .= '<a href="'.$base_url.'&sort='.$sort.'&order='.$order.'&page='.($page - 1).'">'. $lang['BACK'] .'</a>';
}
if ($page < $num_pages)
{
Expand Down

0 comments on commit c0769be

Please sign in to comment.