mirror of
https://github.com/apache/superset.git
synced 2026-05-10 18:35:40 +00:00
committed by
GitHub
parent
d9388d4535
commit
217034e990
@@ -188,7 +188,7 @@ class AnnotationLayerControl extends React.PureComponent {
|
||||
trigger="click"
|
||||
placement="right"
|
||||
content={this.renderPopover(addLayerPopoverKey, addedAnnotation)}
|
||||
title={t('Add Annotation Layer')}
|
||||
title={t('Add annotation layer')}
|
||||
visible={this.state.popoverVisible[addLayerPopoverKey]}
|
||||
destroyTooltipOnHide
|
||||
onVisibleChange={visible =>
|
||||
@@ -200,7 +200,7 @@ class AnnotationLayerControl extends React.PureComponent {
|
||||
data-test="add-annotation-layer-button"
|
||||
className="fa fa-plus"
|
||||
/>{' '}
|
||||
{t('Add Annotation Layer')}
|
||||
{t('Add annotation layer')}
|
||||
</ListGroupItem>
|
||||
</Popover>
|
||||
</ListGroup>
|
||||
|
||||
Reference in New Issue
Block a user