Browse Source

fix node link of terms of service

Signed-off-by: bachy <git@g-u-i.net>
bachy 12 năm trước cách đây
mục cha
commit
5a82c8394d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      materio_user.module

+ 1 - 1
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,
     );