Skip to content

Commit ffb86be

Browse files
author
weinStag
committed
fixing chart button label
1 parent a63a575 commit ffb86be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Toolbar/Toolbar.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const Toolbar = props => {
162162
title={props.isChartPanelVisible ? 'Hide Data Visualization' : 'Show Data Visualization'}
163163
>
164164
<Icon width={16} height={16} fill="currentColor" name="analytics-outline" />
165-
<span>{props.isChartPanelVisible ? 'Hide Chart' : 'Show Chart D'}</span>
165+
<span>{props.isChartPanelVisible ? 'Hide Chart' : 'Show Chart'}</span>
166166
</button>
167167
)}
168168
</div>

0 commit comments

Comments
 (0)