Skip to content

Commit

Permalink
[7.x][ML] Changes View results button text on new job page. (#69913)
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve authored Jun 25, 2020
1 parent 4951124 commit 10a3c33
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ export const CreateResultCallout: FC<CreateResultCalloutProps> = memo(
fill={true}
href={resultsUrl}
aria-label={i18n.translate('xpack.ml.newJob.recognize.viewResultsAriaLabel', {
defaultMessage: 'View Results',
defaultMessage: 'View results',
})}
>
<FormattedMessage
id="xpack.ml.newJob.recognize.viewResultsLinkText"
defaultMessage="View Results"
defaultMessage="View results"
/>
</EuiButton>
</EuiFlexItem>
Expand Down

0 comments on commit 10a3c33

Please sign in to comment.