Skip to content

Commit

Permalink
[minor] proper tooltip on ControlHeader's instant re-render trigger (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Oct 10, 2017
1 parent 5ad4167 commit f3b403d
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 f3b403d

Please sign in to comment.