We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870035a commit 682db12Copy full SHA for 682db12
src/components/Toolbar/Toolbar.react.js
@@ -162,7 +162,7 @@ const Toolbar = props => {
162
title={props.isChartPanelVisible ? 'Hide Data Visualization' : 'Show Data Visualization'}
163
>
164
<Icon width={16} height={16} fill="currentColor" name="analytics-outline" />
165
- <span>{props.isChartPanelVisible ? 'Hide Chart' : 'Show Chart D'}</span>
+ <span>{props.isChartPanelVisible ? 'Hide Chart' : 'Show Chart'}</span>
166
</button>
167
)}
168
</div>
0 commit comments