diff --git a/plugins/content_types/profile2/profile2_form.inc b/plugins/content_types/profile2/profile2_form.inc index 765bda0..150cffa 100644 --- a/plugins/content_types/profile2/profile2_form.inc +++ b/plugins/content_types/profile2/profile2_form.inc @@ -49,6 +49,9 @@ function ding_user_profile2_form_content_type_render($subtype, $conf, $panel_arg $form = entity_ui_get_form('profile2', $profile); } + $form['profile_provider_alma']['field_alma_mail']['und'][0]['email']['#description'] = + $form['profile_provider_alma']['field_alma_mail']['und'][0]['#description']; + // Set block delta and title. $block->title = $profile_type->profile_type->label; $block->delta = $form['#form_id'];