diff --git a/materio_user.module b/materio_user.module index 102f689d..9a2d2585 100644 --- a/materio_user.module +++ b/materio_user.module @@ -85,7 +85,7 @@ function materio_user_form_alter(&$form, &$form_state, $form_id) { $form['termsofservices'] = array( '#type' => 'checkbox', - '#title' => t('I red and accept') .' '. l('the materiO terms of services', 'node/11178'), + '#title' => t('I red and accept') .' '. l('the materiO terms of services', 'node/11183'), '#required' => true, );