diff --git a/site_verify.admin.inc b/site_verify.admin.inc index 732f999..fa871d9 100644 --- a/site_verify.admin.inc +++ b/site_verify.admin.inc @@ -112,7 +112,7 @@ function site_verify_edit_form($form, &$form_state, $record = array(), $engine = '#type' => 'textfield', '#title' => t('Verification META tag'), '#default_value' => $record['meta'], - '#description' => t('This is the full meta tag provided for verification. Note that this meta tag will only be visible in the source code of your front page.', array('@front-page' => url(''))), + '#description' => t('This is the full meta tag provided for verification. Note that this meta tag will only be visible in the source code of your front page.', array('@frontpage' => url(''))), '#element_validate' => $record['engine']['meta_validate'], '#access' => $record['engine']['meta'], '#maxlength' => NULL,