Skip to content

Commit

Permalink
[minor] proper tooltip on ControlHeader's instant re-render trigger (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored and michellethomas committed May 23, 2018
1 parent d8fead3 commit 3d73b46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default class ControlHeader extends React.Component {
<span>
<InfoTooltipWithTrigger
label={t('bolt')}
tooltip={this.props.description}
tooltip={t('Changing this control takes effect instantly')}
placement="top"
icon="bolt"
/>
Expand Down

0 comments on commit 3d73b46

Please sign in to comment.