fixed typo

This commit is contained in:
Devon Thomson 2020-09-09 11:30:37 -04:00 committed by GitHub
parent 55bd3b3bb8
commit 538bd4be51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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