Skip to content

Commit

Permalink
Update Merge Data component name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelchristi committed Dec 12, 2024
1 parent 344127d commit 7c6eec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/base/langflow/components/processing/merge_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class MergeOperation(str, Enum):


class DataMergerComponent(Component):
display_name = "Data Merger"
description = "Combina dados usando operações de merge"
display_name = "Merge Data"
description = "Combines data using merge operations"
icon = "merge"

MIN_INPUTS_REQUIRED = 2
Expand Down

0 comments on commit 7c6eec2

Please sign in to comment.