Skip to content

Commit

Permalink
remove console.log and change wording (apache#5702)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored and betodealmeida committed Oct 12, 2018
1 parent 860c5a5 commit 343370b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class ControlPanelsContainer extends React.Component {
{querySectionsToRender.map(this.renderControlPanelSection)}
</Tab>
{displaySectionsToRender.length > 0 &&
<Tab eventKey="display" title={t('Style')}>
<Tab eventKey="display" title={t('Visual Properties')}>
{displaySectionsToRender.map(this.renderControlPanelSection)}
</Tab>
}
Expand Down

0 comments on commit 343370b

Please sign in to comment.