Skip to content

Commit

Permalink
fixing translation id
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Apr 4, 2020
1 parent 09c4d8e commit 5585255
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const ResultsView: FC<Props> = ({
<EuiFlexItem grow={false}>
<EuiButtonEmpty onClick={() => showExplanationFlyout()} disabled={disableButtons}>
<FormattedMessage
id="xpack.ml.fileDatavisualizer.resultsView.overrideSettingsButtonLabel"
id="xpack.ml.fileDatavisualizer.resultsView.analysisExplanationButtonLabel"
defaultMessage="Analysis explanation"
/>
</EuiButtonEmpty>
Expand Down

0 comments on commit 5585255

Please sign in to comment.