Update truncation message format in properties tooltip

This commit is contained in:
yangdx 2025-10-21 04:46:07 +08:00
parent 1154c5683f
commit 019dff5248

View file

@ -222,7 +222,7 @@ const PropertyRow = ({
// If this is source_id field and truncate info exists, append it to the tooltip
if (name === 'source_id' && truncate) {
formattedTooltip += `\n(${truncate} truncated)`
formattedTooltip += `\n(Truncation-${truncate})`
}
// Use EditablePropertyRow for editable fields (description, entity_id and keywords)