Skip to content

Commit

Permalink
fixed typo from elastic#75908
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed Sep 8, 2020
1 parent bcaffba commit 4df8cdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export class SavedObjectSaveModal extends React.Component<Props, SaveModalState>
id="savedObjects.saveModal.duplicateTitleDescription"
defaultMessage="Saving '{title}' creates a duplicate title."
values={{
title: this.props.title,
title: this.state.title,
}}
/>
</p>
Expand Down

0 comments on commit 4df8cdb

Please sign in to comment.