[minor] proper tooltip on ControlHeader's instant re-render trigger (#3625)

This commit is contained in:
Maxime Beauchemin 2017-10-09 23:28:14 -07:00 committed by GitHub
parent 5ad4167512
commit f3b403d346
1 changed files with 1 additions and 1 deletions

View File

@ -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"
/>