diff --git a/modules/contrib/entity_notification/src/Form/SettingsForm.php b/modules/contrib/entity_notification/src/Form/SettingsForm.php
index 22d2f51..74f9ede 100644
--- a/modules/contrib/entity_notification/src/Form/SettingsForm.php
+++ b/modules/contrib/entity_notification/src/Form/SettingsForm.php
@@ -117,7 +117,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
         ];
 
         $form[$entity_type_id . '__' . $operation][$entity_type_id . '__' . $operation . '__' . 'token_help'] = [
-          '#theme' => 'token_tree',
+          '#theme' => 'token_tree_link',
           '#token_types' => [$entity_type_id],
         ];
       }
