Skip to content

Commit

Permalink
renaming cancel button
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Jun 19, 2023
1 parent 00dff63 commit 67b0543
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -554,7 +554,7 @@ export class ImportView extends Component {
<EuiButtonEmpty onClick={() => this.props.onCancel()} isDisabled={importing}>
<FormattedMessage
id="xpack.dataVisualizer.file.importView.cancelButtonLabel"
defaultMessage="Cancel"
defaultMessage="Select a different file"
/>
</EuiButtonEmpty>
</EuiFlexItem>
Expand Down

0 comments on commit 67b0543

Please sign in to comment.