Skip to content

Commit

Permalink
update texts
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Oct 18, 2021
1 parent b828a04 commit 9fd0401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ export const StepCreateForm: FC<StepCreateFormProps> = React.memo(
<EuiText color="subdued" size="s">
{i18n.translate('xpack.transform.stepCreateForm.createAlertRuleDescription', {
defaultMessage:
'Opens a wizard to create an alert rule for transform health monitoring.',
'Opens a wizard to create an alert rule for monitoring transform health.',
})}
</EuiText>
</EuiFlexItem>
Expand All @@ -442,7 +442,7 @@ export const StepCreateForm: FC<StepCreateFormProps> = React.memo(
<EuiText color="subdued" size="s">
{i18n.translate('xpack.transform.stepCreateForm.createTransformDescription', {
defaultMessage:
'Create the transform without starting it. You will be able to start the transform later by returning to the transforms list.',
'Creates the transform without starting it. You will be able to start the transform later by returning to the transforms list.',
})}
</EuiText>
</EuiFlexItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const useColumns = (
<p>
<FormattedMessage
id="xpack.transform.transformList.alertingRules.screenReaderDescription"
defaultMessage="This column displays icons when there are alert rules associated with a transform"
defaultMessage="This column displays an icon when there are alert rules associated with a transform"
/>
</p>
</EuiScreenReaderOnly>
Expand Down

0 comments on commit 9fd0401

Please sign in to comment.