diff --git a/themes/seven/template.php b/themes/seven/template.php index 9fd97f12fd3..13f939b93a4 100644 --- a/themes/seven/template.php +++ b/themes/seven/template.php @@ -8,7 +8,7 @@ function seven_preprocess_page(&$vars) { $vars['primary_local_tasks'] = menu_primary_local_tasks(); $vars['secondary_local_tasks'] = menu_secondary_local_tasks(); $vars['ie_styles'] = ''; - $vars['back_to_site'] = l(t('Back to the live site'), ''); + $vars['back_to_site'] = l(t('Back to the front page'), ''); } /**