mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
fixed typo
This commit is contained in:
parent
55bd3b3bb8
commit
538bd4be51
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue