Apply capitalization guidelines - iteration 8 (#12343) (#12454)

This commit is contained in:
Michael S. Molina
2021-01-22 02:46:18 -03:00
committed by GitHub
parent d9388d4535
commit 217034e990
22 changed files with 92 additions and 92 deletions

View File

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