diff --git a/label_help.module b/label_help.module
index c4b9cfe..d8da888 100644
--- a/label_help.module
+++ b/label_help.module
@@ -78,6 +78,13 @@ function label_help_form_profile2_form_alter(&$form, &$form_state) {
 }
 
 /**
+ * Implements hook_inline_entity_form_entity_form_alter().
+ */
+function label_help_inline_entity_form_entity_form_alter(&$entity_form, &$form_state) {
+  label_help_form_alter($entity_form, $form_state, $entity_form['#ief_id']);
+}
+
+/**
  * Implements hook_form_FORM_ID_alter().
  */
 function label_help_form_field_ui_field_edit_form_alter(&$form, &$form_state, $form_id) {
