Skip to content

Commit 4912e3f

Browse files
committed
variables updated
1 parent 9b5c600 commit 4912e3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/packages/lowcoder-comps/src/comps/sunburstChartComp/sunburstChartPropertyView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ export function sunburstChartPropertyView(
3131
</div>
3232
),
3333
})}
34-
{children.echartsTitle.propertyView({ label: trans("treeChart.title") })}
35-
{children.tooltip.propertyView({label: trans("treeChart.tooltip")})}
34+
{children.echartsTitle.propertyView({ label: trans("sunburstChart.title") })}
35+
{children.tooltip.propertyView({label: trans("sunburstChart.tooltip")})}
3636
</Section>
3737
<Section name={sectionNames.interaction}>
3838
{children.onEvent.propertyView()}

0 commit comments

Comments
 (0)