diff --git a/lightrag_webui/src/components/graph/PropertiesView.tsx b/lightrag_webui/src/components/graph/PropertiesView.tsx
index 627049ea..3aa248de 100644
--- a/lightrag_webui/src/components/graph/PropertiesView.tsx
+++ b/lightrag_webui/src/components/graph/PropertiesView.tsx
@@ -184,9 +184,11 @@ const PropertyRow = ({
return translation === translationKey ? name : translation
}
+ // Since Text component uses a label internally, we'll use a span here instead of a label
+ // to avoid nesting labels which is not recommended for accessibility
return (