diff --git a/update.php b/update.php index 67dddc7d2f424ca1fa5de4853a1af6879c456c21..ff8a63d69f3bf2286a25054d6de6095cf3535e74 100644 --- a/update.php +++ b/update.php @@ -341,7 +341,7 @@ function update_finished($success, $results, $operations) { function update_helpful_links() { // NOTE: we can't use l() here because the URL would point to 'update.php?q=admin'. - $links[] = '<a href="' . base_path() . '">Main page</a>'; + $links[] = '<a href="' . base_path() . '">Front page</a>'; $links[] = '<a href="' . base_path() . '?q=admin">Administration pages</a>'; return $links; }