|
@@ -87,7 +87,7 @@ function materio_user_form_alter(&$form, &$form_state, $form_id) {
|
|
|
|
|
|
$form['termsofservices'] = array(
|
|
$form['termsofservices'] = array(
|
|
'#type' => 'checkbox',
|
|
'#type' => 'checkbox',
|
|
- '#title' => t('I accept') .' '. l('the materiO terms of services', 'node/11183'),
|
|
|
|
|
|
+ '#title' => t('I accept') .' '. l(t('the materiO terms of services'), 'node/11183'),
|
|
'#required' => true,
|
|
'#required' => true,
|
|
);
|
|
);
|
|
|
|
|