Skip to content

Commit

Permalink
Change Visual Properties tab label to Customize (apache#7506)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixCodes authored and kristw committed May 14, 2019
1 parent 284cdf2 commit e4f02d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class ControlPanelsContainer extends React.Component {
{querySectionsToRender.map(this.renderControlPanelSection)}
</Tab>
{displaySectionsToRender.length > 0 &&
<Tab eventKey="display" title={t('Visual Properties')}>
<Tab eventKey="display" title={t('Customize')}>
{displaySectionsToRender.map(this.renderControlPanelSection)}
</Tab>
}
Expand Down

0 comments on commit e4f02d3

Please sign in to comment.