Skip to content

Commit b264929

Browse files
committed
[DOP-26027] Fix RunNode operation list title
1 parent 798344e commit b264929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/lineage/nodes/run_node/RunNode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const RunNode = ({
131131
props.data.operations.length > 0 ? (
132132
<>
133133
<Typography sx={{ textAlign: "center" }}>
134-
{translate("resources.runs.operations", {
134+
{translate("resources.operations.name", {
135135
smart_count: 2,
136136
})}
137137
</Typography>

0 commit comments

Comments
 (0)