summaryrefslogtreecommitdiff
path: root/authorize.php
diff options
context:
space:
mode:
Diffstat (limited to 'authorize.php')
-rw-r--r--authorize.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/authorize.php b/authorize.php
index eb9a753a5..e04f14f4a 100644
--- a/authorize.php
+++ b/authorize.php
@@ -146,7 +146,7 @@ if (authorize_access_allowed()) {
l(t('Front page'), '<front>'),
));
- $output .= theme('item_list', array('items' => $links));
+ $output .= theme('item_list', array('items' => $links, 'title' => t('Next steps')));
}
// If a batch is running, let it run.
elseif (isset($_GET['batch'])) {