Skip to content

Commit

Permalink
update dashboard sidepane title (apache#5850)
Browse files Browse the repository at this point in the history
(cherry picked from commit 965c838)
  • Loading branch information
Grace Guo committed Sep 13, 2018
1 parent 9a72a34 commit 26c2f7c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class BuilderComponentPane extends React.PureComponent {
>
<div className="component-layer slide-content">
<div className="dashboard-builder-sidepane-header">
<span>{t('Insert')}</span>
<span>{t('Insert components')}</span>
<i
className="fa fa-times trigger"
onClick={this.props.toggleBuilderPane}
Expand Down Expand Up @@ -101,7 +101,7 @@ class BuilderComponentPane extends React.PureComponent {
role="none"
>
<i className="fa fa-arrow-left trigger" />
<span>{t('All components')}</span>
<span>{t('Your charts and filters')}</span>
</div>
<SliceAdder
height={
Expand Down

0 comments on commit 26c2f7c

Please sign in to comment.