Skip to content

Commit

Permalink
[ML] Changes View results button text on new job page (#69809)
Browse files Browse the repository at this point in the history
* [ML] Changes View results button text on new job page.

* [ML] Puts back translation lines.
  • Loading branch information
szabosteve committed Jun 25, 2020
1 parent 204ac80 commit ac172da
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 ac172da

Please sign in to comment.