Skip to content

Commit

Permalink
Features instead of feature to be consistent with popover
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabetdev committed Jun 29, 2021
1 parent 9137264 commit 08c47f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ export class TOCEntry extends Component<Props, State> {
<EuiIcon type="vector" size="s" />
<span className="mapTocEntry-isInEditingMode__editFeatureText">
<FormattedMessage
id="xpack.maps.layerControl.tocEntry.EditFeature"
defaultMessage="Edit feature"
id="xpack.maps.layerControl.tocEntry.EditFeatures"
defaultMessage="Edit features"
/>
</span>
<EuiButtonEmpty size="xs" flush="both" onClick={this.props.cancelEditing}>
Expand Down

0 comments on commit 08c47f4

Please sign in to comment.