Skip to content

Commit

Permalink
[7.x][ML] Changes View results button text on new job page.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Jun 25, 2020
1 parent bc2e63f commit f8b0d00
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 f8b0d00

Please sign in to comment.