diff --git a/Source/RWTHVRToolkit/Public/Interaction/Interactors/VRWidgetInteractionComponent.h b/Source/RWTHVRToolkit/Public/Interaction/Interactors/VRWidgetInteractionComponent.h
index 620b27eb602f28c93fa760529b016d125ce35e8d..8f9def1859fe4a0e947bc3d920116f5ee3b48ac1 100644
--- a/Source/RWTHVRToolkit/Public/Interaction/Interactors/VRWidgetInteractionComponent.h
+++ b/Source/RWTHVRToolkit/Public/Interaction/Interactors/VRWidgetInteractionComponent.h
@@ -13,7 +13,7 @@ enum EInteractionRayVisibility
 	Visible UMETA(DisplayName = "Interaction ray visible"),
 	VisibleOnHoverOnly UMETA(
 		DisplayName =
-		"Interaction ray only visible when hovering over Clickable or Targetable objects, or interactable widgets"),
+		"Interaction ray only visible when hovering over interactable world UI widgets"),
 	Invisible UMETA(DisplayName = "Interaction ray invisible")
 };