From 5a82c8394d1c946d027f7cee0aeeb45a971587c6 Mon Sep 17 00:00:00 2001 From: bachy Date: Fri, 8 Feb 2013 18:47:59 +0100 Subject: [PATCH] fix node link of terms of service Signed-off-by: bachy --- materio_user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, );