Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson authored Sep 9, 2020
1 parent 55bd3b3 commit 538bd4b
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 538bd4b

Please sign in to comment.